[KLIB][Tests]: fix typos in klib binary compatibility test suite
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ open class Y: X() {
|
|||||||
// MODULE: mainLib(lib)
|
// MODULE: mainLib(lib)
|
||||||
// FILE: mainLib.kt
|
// FILE: mainLib.kt
|
||||||
|
|
||||||
// Note that frontend woulnb'y allow us to have Any->String->Int chain of overrides.
|
// Note that frontend wouldn't allow us to have Any->String->Int chain of overrides.
|
||||||
|
|
||||||
class Z: X() {
|
class Z: X() {
|
||||||
fun nux() = "non-open member function sudden conflict"
|
fun nux() = "non-open member function sudden conflict"
|
||||||
|
|||||||
Reference in New Issue
Block a user