Files
codeql/java/ql/test/kotlin/library-tests/methods/methods4.kt
2022-05-10 19:51:05 +01:00

13 lines
109 B
Kotlin

package foo.bar
class NestedTest {
class InsideNestedTest {
fun m(x: InsideNestedTest) { }
}
}