Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6c9c187dbfa6c232029fa7a493941d53dd644d9c
/
.
/
compiler
/
testData
/
codegen
/
box
/
extensionProperties
/
topLevel.kt
blob: df0abcea24e677ece9e4e2fbd6ce46d68f553ff6 [
file
]
val
Int
.
foo
:
String
get
()
=
"OK"
fun box
():
String
{
return
1.foo
}