remove support for 'trait' keyword
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
package p
|
||||
|
||||
trait I1
|
||||
trait I2
|
||||
trait I3
|
||||
interface I1
|
||||
interface I2
|
||||
interface I3
|
||||
|
||||
trait KotlinTrait<T1, T2>
|
||||
interface KotlinTrait<T1, T2>
|
||||
|
||||
open class KotlinInheritor1<T> : KotlinTrait<T, I2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user