fa9f0bcf84
^KT-53920 Fixed
12 lines
263 B
Plaintext
Vendored
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|>()
|
|
}
|
|
|
|
}
|
|
|
|
}
|