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