Files
kotlin-fork/compiler/testData/diagnostics/tests
Stepan Koltsov 448260fc3e KT-1996 Missing ABSTRACT_MEMBER_NOT_IMPLEMENTED when two supertypes contains same abstract member
===
trait Foo {
    fun foo(): Unit
}

trait Bar {
    fun foo(): Unit
}

class Baz : Foo, Bar // no error here
===

#KT-1996 fixed
2012-05-15 22:45:11 +04:00
..
2012-05-11 14:24:38 +04:00
2012-03-12 22:54:14 +04:00
2012-05-04 20:47:26 +04:00
2012-04-23 14:16:07 +04:00
2012-01-03 22:09:12 +04:00
2012-03-12 22:54:14 +04:00
2012-03-12 22:54:14 +04:00
2012-03-12 22:54:14 +04:00
2012-03-12 22:54:14 +04:00
2012-03-12 22:54:14 +04:00
2012-03-12 22:54:14 +04:00
2012-03-12 22:54:14 +04:00