Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
klibABI
/
removeOpenProperty
/
lib2
/
l2.kt
blob: 11b243fc8ddd05a14133524525d497fcb84e60f0 [
file
]
class
C2
:
C
()
{
override
val foo
:
String
get
()
=
"O"
// does not call super
}
class
I2
:
I
{
override
val foo
:
String
get
()
=
"K"
// does not call super
}