Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Singleton.kt
blob: 7754d511d64f9cf49a44906a752e38ed7ce31803 [
file
] [
log
] [
blame
]
package
test
fun getString
()
=
Singleton
.
getString
()
fun getSingleton
()
=
Singleton
.
getInstance
()