Files
2022-01-12 15:09:45 +01:00

8 lines
81 B
Plaintext
Vendored

package foo
fun A(a: Int = 1) = AnotherA()
class AnotherA {
fun foo() {}
}