11 lines
288 B
Plaintext
Vendored
11 lines
288 B
Plaintext
Vendored
FILE: emptyAnonymousObject.kt
|
|
public? final? fun test(): R|kotlin/Unit| {
|
|
lval x: <implicit> = object : R|kotlin/Any| {
|
|
private [ContainingClassKey=<anonymous>] constructor(): R|<anonymous>| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
}
|
|
|
|
}
|