Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/cfg/anonymousObjectInUnreachableCode.fir.txt
2022-10-19 11:09:33 +00:00

12 lines
263 B
Plaintext
Vendored

FILE: anonymousObjectInUnreachableCode.kt
public final fun test(): R|kotlin/Unit| {
^test Unit
object : R|kotlin/Any| {
private constructor(): R|<anonymous>| {
super<R|kotlin/Any|>()
}
}
}