20 lines
504 B
Plaintext
Vendored
20 lines
504 B
Plaintext
Vendored
FILE: innerClassInAnonymousObject.kt
|
|
public final val x: R|<anonymous>| = object : R|kotlin/Any| {
|
|
private[local] constructor(): R|<anonymous>| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
local final class Nested : R|kotlin/Any| {
|
|
public[local] constructor(): R|<anonymous>.Nested| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public[local] final fun foo(): R|kotlin/Unit| {
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public get(): R|<anonymous>|
|