KT-4945 Intention "Introduce static import" (for single symbol)
#KT-4945 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// INTENTION_TEXT: "Add import for 'kotlin.properties.Delegates.notNull'"
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlin.properties.Delegates
|
||||
|
||||
class A {
|
||||
val v1: Int by Delegates.notNull()
|
||||
val v2: Char by Delegates.notNull<caret>()
|
||||
}
|
||||
Reference in New Issue
Block a user