Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e5523c196e17d8fdbb5635aa785d6c182ed3f821
/
.
/
compiler
/
testData
/
klibABI
/
removeProperty
/
lib1
/
l1.kt.1
blob: 6b21415079272bfdffffa9d6f96b9cfdbcc6ec2c [
file
] [
log
] [
blame
]
val foo
:
String
get
()
=
"OK"
class
A
{
val foo
:
String
get
()
=
"OK"
}
class
B
{
val foo
:
String
=
"OK"
}