Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxInline
/
anonymousObject
/
kt6552.1.kt
blob: 458af7c50391b93b7c15a8ddd0d7b6d687e0360f [
file
]
import
test
.*
fun box
():
String
{
return
switch
(
X
.
A
)
+
switch
(
X
.
B
)
}