IDE testdata: s/trait/interface
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_DESCRIPTOR: value-parameter val a: kotlin.Int defined in B.<init>
|
||||
// PARAM_DESCRIPTOR: value-parameter val b: kotlin.Int defined in B.<init>
|
||||
trait T
|
||||
interface T
|
||||
|
||||
class A(a: Int, b: Int): T
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_DESCRIPTOR: value-parameter val a: kotlin.Int defined in B.<init>
|
||||
// PARAM_DESCRIPTOR: value-parameter val b: kotlin.Int defined in B.<init>
|
||||
trait T
|
||||
interface T
|
||||
|
||||
class A(a: Int, b: Int): T
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// PARAM_TYPES: T
|
||||
// PARAM_DESCRIPTOR: value-parameter val t: T defined in B.<init>
|
||||
trait T
|
||||
interface T
|
||||
|
||||
class A(a: Int, b: Int): T
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// PARAM_TYPES: T
|
||||
// PARAM_DESCRIPTOR: value-parameter val t: T defined in B.<init>
|
||||
trait T
|
||||
interface T
|
||||
|
||||
class A(a: Int, b: Int): T
|
||||
|
||||
|
||||
Reference in New Issue
Block a user