remove support for 'trait' keyword
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ public class LibClass {
|
||||
public val nested: Nested = Nested()
|
||||
}
|
||||
|
||||
public trait LibTrait {
|
||||
public interface LibTrait {
|
||||
public fun foo() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user