Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
cli
/
jvm
/
kt22304_3.kt
blob: 64739cd7d05a2a02498db20979b20ba0507bf0ee [
file
] [
log
] [
blame
]
package
ttest
//package name should be more than imported one
import
test
.*
fun foo
():
String
{
return
"O"
.
switchMapOnce
{
"K"
.
switchMapOnce
{
"OK"
}
}
}