mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
KT-3553 Problem with propagation for extension functions
#KT-3553 fixed
This commit is contained in:
@@ -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