J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
internal fun foo(b: Byte) {
|
||||
fun foo(b: Byte) {
|
||||
var i: Int? = b.toInt()
|
||||
if (p) i = 10
|
||||
}
|
||||
Reference in New Issue
Block a user