Tests for import class action added
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "Remove initializer from property" "true"
|
||||
namespace a
|
||||
|
||||
import java.util.Collections
|
||||
|
||||
class M {
|
||||
trait A {
|
||||
abstract val l = <caret>Collections.emptyList<Int>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user