[java] "complete statement" in module-info.java (IDEA-170568)

This commit is contained in:
Roman Shevchenko
2017-04-19 17:20:59 +02:00
parent 1215b14eca
commit 990be87937
9 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
module M {
exports java.util<caret>
}