Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
classes
/
localClasses.kt.txt
blob: 0b9c1fe853d5a2b3f077d69373aefcc6f4f53e37 [
file
] [
log
] [
blame
]
fun outer() {
local class LocalClass {
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
fun foo() {
}
}
LocalClass().foo()
}