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