Report error on generating calls to binary incompatible classes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package library
|
||||
|
||||
class A {
|
||||
fun member() {}
|
||||
}
|
||||
|
||||
fun topLevel() {}
|
||||
Reference in New Issue
Block a user