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"
}
}
}