New J2K: do not allow field and method declarations to be internal
For internal members new names are generated, So, references to them from Java will be broken
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class A {
|
||||
val str: String = TODO()
|
||||
internal fun f() {
|
||||
fun f() {
|
||||
str.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user