blob: 45afe31a5b99f4af903b7f6353c164d5a09a571b [file] [log] [blame]
package foo
class Outer() {
class Inner() {
fun innerFun() {
}
}
}