blob: 8b273777901c18d4651e9ce4c7abb09f1453370d [file] [log] [blame]
package a.b.c
class Foo(p: Int)
fun Foo(s: String){}
fun Foo(c: Char){}