Add IR equivalent of the WriteFlags test

This commit is contained in:
pyos
2019-04-08 16:41:05 +02:00
committed by Mikhael Bogdanov
parent f2d513a39c
commit 3fdcf8376f
82 changed files with 1393 additions and 75 deletions

View File

@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class Foo {
inline fun foo() = { }
}