[FIR] Add diagnostic CONFLICTING_OVERLOADS & REDECLARATION
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// JET-11 Redeclaration & Forward reference for classes cause an exception
|
||||
open class NoC
|
||||
<!REDECLARATION!>open class NoC<!>
|
||||
class NoC1 : NoC()
|
||||
open class NoC
|
||||
<!REDECLARATION!>open class NoC<!>
|
||||
|
||||
Reference in New Issue
Block a user