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