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