KT-3553 Problem with propagation for extension functions
#KT-3553 fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
public class Sub extends Super {
|
||||
public String bar(String recv, String param) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user