[TD] Update test data after previous commit
This commit is contained in:
@@ -8,4 +8,4 @@ class C<T, out S> {
|
||||
|
||||
interface Test {
|
||||
val x: a.b.C<out CharSequence, *>.D<in List<*>, *>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,17 +9,17 @@ enum class Order {
|
||||
enum class Planet(val m: Double, internal val r: Double) {
|
||||
MERCURY(1.0, 2.0) {
|
||||
override fun sayHello() {
|
||||
<!UNRESOLVED_REFERENCE!>println<!>("Hello!!!")
|
||||
<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>println<!>("Hello!!!")<!>
|
||||
}
|
||||
},
|
||||
VENERA(3.0, 4.0) {
|
||||
override fun sayHello() {
|
||||
<!UNRESOLVED_REFERENCE!>println<!>("Ola!!!")
|
||||
<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>println<!>("Ola!!!")<!>
|
||||
}
|
||||
},
|
||||
EARTH(5.0, 6.0) {
|
||||
override fun sayHello() {
|
||||
<!UNRESOLVED_REFERENCE!>println<!>("Privet!!!")
|
||||
<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>println<!>("Privet!!!")<!>
|
||||
}
|
||||
};
|
||||
|
||||
@@ -30,4 +30,4 @@ enum class Planet(val m: Double, internal val r: Double) {
|
||||
companion object {
|
||||
const val G = 6.67e-11
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ class NoPrimary {
|
||||
}
|
||||
|
||||
constructor(): this("")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,4 +18,4 @@ class SomeClass : SomeInterface {
|
||||
<!INAPPLICABLE_LATEINIT_MODIFIER!>lateinit var fau: Double<!>
|
||||
}
|
||||
|
||||
inline class InlineClass
|
||||
inline class InlineClass
|
||||
|
||||
Reference in New Issue
Block a user