[K/N] Add tests for static initialisation of ConstantValues

This commit is contained in:
Pavel Kunyavskiy
2021-08-05 15:36:42 +03:00
committed by Space
parent 89414eb214
commit 533eb589cb
28 changed files with 269 additions and 0 deletions
@@ -13,4 +13,6 @@ fun foo(x: Number) {
@Test fun runTest() {
foo(18)
val nonConst = 18
foo(nonConst)
}