J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ERROR: Unresolved reference: Foo
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
internal class C {
|
||||
internal var f: Foo
|
||||
var f: Foo
|
||||
}
|
||||
Reference in New Issue
Block a user