FIR checkers: simplify hasPrimaryConstructor by source element check
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user