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

8 lines
135 B
Kotlin

// "Remove initializer from property" "true"
namespace a
class M {
trait A {
abstract val e = <caret>Exception("")
}
}