Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/referenceExpression/beforeValDelegateExpressionRuntime.kt
2014-11-11 14:42:42 +03:00

9 lines
104 B
Kotlin

// "Create object 'Foo'" "true"
// DISABLE-ERRORS
open class B
class A {
val x: B by <caret>Foo
}