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

8 lines
131 B
Kotlin

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