14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
FILE: localClass.kt
|
|
public final [BODY_RESOLVE] fun x(): R|kotlin/Unit| {
|
|
local final [BODY_RESOLVE] class Local : R|kotlin/Any| {
|
|
public [BODY_RESOLVE] constructor(): R|Local| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [BODY_RESOLVE] fun foo(): R|kotlin/Unit| {
|
|
}
|
|
|
|
}
|
|
|
|
}
|