blob: f5ea42d7cb701af52dea2ccbd7c934bd818fabbd [file]
// RUN_PIPELINE_TILL: FRONTEND
import java.lang.invoke.MethodHandles
fun test(short: Short, long: Long, float: Float,
string: String, char: Char, collection: Collection<Any>,
double: Double, boolean: Boolean, list: List<Any>,
int: Int, byte: Byte, enumType: MyEnum){
val x : MethodHandles.Lookup = null!!
short.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
long.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
long.<!UNRESOLVED_REFERENCE!>resolveConstantDesc<!>(x)
float.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
float.<!UNRESOLVED_REFERENCE!>resolveConstantDesc<!>(x)
string.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
string.<!UNRESOLVED_REFERENCE!>resolveConstantDesc<!>(x)
string.indexOf(<!ARGUMENT_TYPE_MISMATCH!>1<!>,1,<!NO_VALUE_FOR_PARAMETER!>1)<!>
string.indexOf("", 1,<!NO_VALUE_FOR_PARAMETER!>2)<!>
string.<!UNRESOLVED_REFERENCE!>splitWithDelimiters<!>("", 1)
string.<!UNRESOLVED_REFERENCE!>strip<!>()
string.<!UNRESOLVED_REFERENCE!>stripLeading<!>()
string.<!UNRESOLVED_REFERENCE!>stripTrailing<!>()
string.<!UNRESOLVED_REFERENCE!>indent<!>(1)
string.<!UNRESOLVED_REFERENCE!>stripIndent<!>()
string.<!UNRESOLVED_REFERENCE!>translateEscapes<!>()
string.<!UNRESOLVED_REFERENCE!>transform<!>({})
string.<!UNRESOLVED_REFERENCE!>formatted<!>()
char.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
collection.<!UNRESOLVED_REFERENCE!>toArray<!> {_: Int -> arrayOf(1)}
double.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
double.<!UNRESOLVED_REFERENCE!>resolveConstantDesc<!>(x)
boolean.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
list.<!UNRESOLVED_REFERENCE!>getFirst<!>()
list.<!UNRESOLVED_REFERENCE!>getLast<!>()
int.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
int.<!UNRESOLVED_REFERENCE!>resolveConstantDesc<!>(x)
byte.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
enumType.<!UNRESOLVED_REFERENCE!>describeConstable<!>()
}
enum class MyEnum
/* GENERATED_FIR_TAGS: checkNotNullCall, enumDeclaration, functionDeclaration, integerLiteral, lambdaLiteral,
localProperty, propertyDeclaration, stringLiteral */