提交 af38e0d4 编写于 作者: A Andrey Breslav

KT-284 Implement static checks for traits (in progress) — test added

上级 24f21581
class bar()
trait open class Foo<error>()</error> : bar<error>()</error>, bar, <error>bar</error> {
<error>this</error>(x : Int) {}
}
trait open class Foo2 : bar, Foo {
}
open class Foo1() : bar(), <error>bar</error>, Foo, Foo<error>()</error> {}
open class Foo12 : bar<error>()</error>, <error>bar</error> {}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册