[TD] Update test data after previous commit

This commit is contained in:
Dmitriy Novozhilov
2020-12-15 12:58:53 +03:00
parent 49d9b85950
commit e1802fde29
306 changed files with 599 additions and 599 deletions
@@ -43,4 +43,4 @@ class Second(val y: Char) : @WithInt(0) First() {
@WithInt(24)
@VeryComplex(3.14f, 6.67e-11, false, 123456789012345L, null)
typealias Third = @Simple Second
typealias Third = @Simple Second
@@ -15,4 +15,4 @@ import test.*
interface My {
// Should be kotlin.ByteArray
val array: ByteArray
}
}
@@ -25,4 +25,4 @@ import b.B
class A : B() {
class NestedInA1 : NestedInB()
class NestedInA2 : NestedInC()
}
}
@@ -20,4 +20,4 @@ abstract class Factory {
abstract fun createObj(): O
abstract fun createExtra(): Extra
}
}
@@ -12,4 +12,4 @@ package b
import a.MyClass.MyNested
class YourClass : MyNested()
class YourClass : MyNested()
@@ -12,4 +12,4 @@ package b
import a.Outer
class My : Outer.Nested()
class My : Outer.Nested()