mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
Check for syntax/diagnostic errors in some tests
This commit is contained in:
@@ -4,5 +4,5 @@ trait B {
|
||||
fun foo(kotlinName: Int)
|
||||
}
|
||||
|
||||
class ZAB : A, B
|
||||
class ZBA : B, A
|
||||
abstract class ZAB : A, B
|
||||
abstract class ZBA : B, A
|
||||
|
||||
Reference in New Issue
Block a user