e062e32f95
It has been done just to avoid clashes with real declarations that look
like our builtins: e.g. 'String removeAt(int index) {}' and 'String remove(int index) {}'in Java.
But synthesized members are even weaker than extensions.
Solution is just to ignore the latter declaration and treat first as effective override
of out builltin.
4 lines
39 B
Plaintext
Vendored
4 lines
39 B
Plaintext
Vendored
package
|
|
|
|
public fun foo(): kotlin.Unit
|