842a70ca66
test case:
===
class Aaa() {
fun f() = 1
fun <P> f() = 1
}
===
5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
class Aaa() {
|
|
<!CONFLICTING_OVERLOADS!>fun f()<!> = 1
|
|
<!CONFLICTING_OVERLOADS!>fun <P> f()<!> = 1
|
|
}
|