More sophisticated import setting supported: *-import when more than N names used (default set to 5)

This commit is contained in:
Valentin Kipyatkov
2015-02-18 19:43:09 +03:00
parent c58536f1d9
commit a137503ee9
29 changed files with 157 additions and 92 deletions
@@ -1,4 +1,4 @@
// ALL_UNDER_IMPORTS: true
// NAME_COUNT_TO_USE_STAR_IMPORT: 1
package foo
<selection>fun foo(p: bar.Class1): bar.Class2 { }</selection>
@@ -1,4 +1,4 @@
// ALL_UNDER_IMPORTS: true
// NAME_COUNT_TO_USE_STAR_IMPORT: 1
package foo
import bar.*