Files
Yan Zhulanow b18325916b Remove custom fileName() implementation in KotlinJavaFacadeTest
GitOrigin-RevId: cd3036bf62b0799270471a373bc983fe3b146059
2020-07-16 17:30:37 +03:00

9 lines
100 B
Kotlin

package foo
class Outer() {
class Inner() {
fun innerFun() {
}
}
}