[JS IR BE] Add KJS_WITH_FULL_RUNTIME directive to compiler tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// FILE: 1.kt
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
package test
|
||||
|
||||
inline fun <reified T : Enum<T>> myValues(): String {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// FILE: 1.kt
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
package test
|
||||
|
||||
inline fun <reified T : Enum<T>> myValues(): Array<T> {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// FILE: 1.kt
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
package test
|
||||
|
||||
inline fun <reified T : Enum<T>> myValues(): String {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// FILE: 1.kt
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
package test
|
||||
|
||||
inline fun <reified Y : Enum<Y>> myValues2(): String {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// FILE: 1.kt
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
package test
|
||||
|
||||
inline fun <reified Y : Enum<Y>> myValues2(): String {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// FILE: 1.kt
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
package test
|
||||
|
||||
inline fun myValues(): String {
|
||||
|
||||
Reference in New Issue
Block a user