[TD] Update test data after previous commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@ package b
|
||||
|
||||
import a.MyClass.MyNested
|
||||
|
||||
class YourClass : MyNested()
|
||||
class YourClass : MyNested()
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@ package b
|
||||
|
||||
import a.Outer
|
||||
|
||||
class My : Outer.Nested()
|
||||
class My : Outer.Nested()
|
||||
|
||||
Reference in New Issue
Block a user