Intention to import members with '*'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlin.properties.Delegates
|
||||
|
||||
class A {
|
||||
val v1: Int by <caret>Delegates.notNull()
|
||||
}
|
||||
Reference in New Issue
Block a user