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