Update test data for j2k converter tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// ERROR: Cannot access 'staticField1': it is 'private' in '<class-object-for-C>'
|
||||
// ERROR: Cannot access 'staticField2': it is 'private' in '<class-object-for-C>'
|
||||
// ERROR: Cannot access 'staticField1': it is 'private' in 'Default'
|
||||
// ERROR: Cannot access 'staticField2': it is 'private' in 'Default'
|
||||
fun C(p: Int): C {
|
||||
val __ = C()
|
||||
System.out.println(C.staticField1 + C.staticField2)
|
||||
|
||||
Reference in New Issue
Block a user