blob: f42850ae4c276703915974ea1d796757cbf6daa4 [file] [log] [blame]
internal class Foo(a: Int, b: Int) {
fun foo() {
val f = Foo(1, 2)
}
}