Files
kotlin-fork/idea/testData/quickfix/classImport/beforeNoImportJetStandard.kt
T
2011-09-28 11:58:55 +04:00

8 lines
124 B
Kotlin

// "Remove initializer from property" "true"
namespace a
class M {
trait A {
abstract val i = <caret>10
}
}