FIR UAST: enable remaining legacy test data
This should have been part of commit 7f627ab4
This commit is contained in:
committed by
Ilya Kirillov
parent
302e0fa46b
commit
03b5c14944
@@ -0,0 +1,2 @@
|
||||
UFile (package = )
|
||||
UClass (name = ReifiedParametersKt)
|
||||
@@ -0,0 +1,2 @@
|
||||
public final class ReifiedParametersKt {
|
||||
}
|
||||
@@ -1,5 +1,3 @@
|
||||
// !IGNORE_FIR
|
||||
|
||||
inline fun <reified T> functionWithLambda(t: T, process: (T) -> Int): Int = process(t)
|
||||
|
||||
inline fun <reified T> functionWithVararg(i: Int?, vararg t: T): T = t[0]
|
||||
|
||||
Reference in New Issue
Block a user