blob: e17f06e0b2ec5c90c47b3058ced18b70eb5fc081 [file] [log] [blame]
// IS_APPLICABLE: false
abstract class A {
abstract val <caret>a: Int
}