More sophisticated import setting supported: *-import when more than N names used (default set to 5)
This commit is contained in:
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user