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
@@ -10,7 +10,7 @@ interface C {
fun baz()
}
interface Inv<K, T>() {
interface <!CONSTRUCTOR_IN_INTERFACE!>Inv<K, T>()<!> {
fun k(): K
fun t(): T
}