Added tests for compiling Java against TraitImpl and extension members.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
fun String.noParam() {
|
||||
}
|
||||
|
||||
fun String.param(p: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user