PSI2IR: support NewInference + SamConversionPerArgument

except for SAM conversions of varargs (which aren't implemented in the
non-IR JVM backend either btw)
This commit is contained in:
pyos
2019-11-27 12:54:49 +01:00
committed by Dmitry Petrov
parent cf6f823d29
commit fa8cb7b6e0
7 changed files with 29 additions and 20 deletions
-1
View File
@@ -1,6 +1,5 @@
// !LANGUAGE: +NewInference +SamConversionForKotlinFunctions +SamConversionPerArgument
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// FILE: Fn.java