Files
2024-02-29 13:49:44 +00:00

4 lines
92 B
Kotlin
Vendored

class Foo {
fun foo(b: String, a: String) = Unit
fun foo(a: String, b: Int) = Unit
}