FIR checkers: simplify hasPrimaryConstructor by source element check

This commit is contained in:
Mikhail Glukhikh
2020-11-19 15:38:47 +03:00
parent 0838ab7fe7
commit 1e3621a896
6 changed files with 12 additions and 45 deletions
@@ -1,6 +1,6 @@
open class bar()
interface Foo() : <!INTERFACE_WITH_SUPERCLASS!>bar<!>(), bar, bar {
interface <!CONSTRUCTOR_IN_INTERFACE!>Foo()<!> : <!INTERFACE_WITH_SUPERCLASS!>bar<!>(), bar, bar {
}
interface Foo2 : <!INTERFACE_WITH_SUPERCLASS!>bar<!>, Foo {