blob: bd845cc8f0f4927ddc9eb8a0b777178794dd4075 [file] [log] [blame]
// "Remove initializer from property" "true"
package a
class M {
interface A {
abstract val e: Thread<caret>
}
}