blob: 16eacb90f25b263351d71c8348c4d99834ad623e [file] [log] [blame]
annotation class AllOpen
@AllOpen
class Test {
val prop: String = "OK"
}
class A : Test()
A().prop