J2K: adapted for default visibility modifier 'public'
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
// ERROR: Unresolved reference: Foo
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
class C {
|
||||
var f: Foo
|
||||
internal class C {
|
||||
internal var f: Foo
|
||||
}
|
||||
Reference in New Issue
Block a user