Fix IR tests for 1.3

This commit is contained in:
Dmitry Petrov
2018-08-31 09:19:13 +03:00
parent 4cf98fd3ce
commit 00aa6158c8
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ enum class Z {
ENTRY {
fun test() {}
class A {
inner class A {
fun test2() {
test()
}