Update test data for j2k converter tests

This commit is contained in:
Pavel V. Talanov
2015-01-28 18:00:45 +03:00
parent d689c11848
commit 1adf15d01d
4 changed files with 10 additions and 10 deletions
@@ -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))