FIR: Reimplement conflicts checker to detect conflicts in different files
also pass correct ScopeSession to checkers fixes some IC tests
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
// FILE: a.kt
|
||||
val a : Int = 1
|
||||
fun f() {
|
||||
<!REDECLARATION!>val a : Int = 1<!>
|
||||
<!CONFLICTING_OVERLOADS!>fun f()<!> {
|
||||
}
|
||||
|
||||
// FILE: b.kt
|
||||
val a : Int = 1
|
||||
fun f() {
|
||||
<!REDECLARATION!>val a : Int = 1<!>
|
||||
<!CONFLICTING_OVERLOADS!>fun f()<!> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user