提交 0ddb603e 编写于 作者: I Ilya Goncharov

[JS IR] Fix of test with method in abstract class calling extension on super type

上级 9c4f8f7e
......@@ -10,7 +10,7 @@ abstract class DefaultImpl: Top<Int>{
override fun toString(data: Int): String = data.toString()
}
class Bottom(val data: Int): DefaultImpl {
class Bottom(val data: Int): DefaultImpl() {
override fun getData(): Int = data
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册