Extra test for the case of error types in detecting duplicate signatures
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
trait T {
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>val x: <!UNRESOLVED_REFERENCE!>ErrorType<!><!>
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>fun getX(): <!UNRESOLVED_REFERENCE!>ErrorType1<!><!>
|
||||
}
|
||||
Reference in New Issue
Block a user