d986e0ee9c
In this commit, tests where backend diagnostics were reported correctly are being moved. FirScopeDumpHandler was added to FIR diagnostic tests with JVM backend to support `SCOPE_DUMP` in `overridesBuiltinNoMagic.kt` and `charAtAndOverload.kt`.
4 lines
198 B
Plaintext
Vendored
4 lines
198 B
Plaintext
Vendored
/main.kt:21:14: error: Accidental override: The following declarations have the same JVM signature (get(I)C):
|
|
fun get(index: Int): Char defined in KA
|
|
fun get(index: Int): Char defined in KA
|