[KLIB][Tests]: fix typos in klib binary compatibility test suite

This commit is contained in:
Marat Akhin
2022-08-19 16:05:17 +02:00
committed by teamcity
parent 822e341d76
commit 1594dd6d67
2 changed files with 1 additions and 1 deletions
@@ -40,7 +40,7 @@ open class Y: X() {
// MODULE: mainLib(lib)
// 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() {
fun nux() = "non-open member function sudden conflict"