J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// ERROR: Unresolved reference: Foo
|
||||
internal class C {
|
||||
internal var f = Foo(1, 2)
|
||||
var f = Foo(1, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user