FIR: Update test-data (Delegate inference)
This commit is contained in:
committed by
teamcity
parent
b45b624945
commit
40a2837b4c
+11
-1
@@ -15,13 +15,23 @@ FILE: delegateWithArgInference.kt
|
||||
public final fun makeIntDelegate(t: R|kotlin/Int|): R|Delegate<kotlin/Int>| {
|
||||
^makeIntDelegate R|/Delegate.Delegate|<R|kotlin/Int|>(R|<local>/t|)
|
||||
}
|
||||
public final fun <TT> makeDelegate(t: R|TT|): R|Delegate<TT>| {
|
||||
^makeDelegate R|/Delegate.Delegate|<R|TT|>(R|<local>/t|)
|
||||
}
|
||||
public final fun <M> materialize(): R|M| {
|
||||
^materialize Null(null)!!
|
||||
}
|
||||
public final fun <M2> materialize2(): R|M2| {
|
||||
^materialize2 Null(null)!!
|
||||
}
|
||||
public final fun <Q> id(v: R|Q|): R|Q| {
|
||||
^id R|<local>/v|
|
||||
}
|
||||
public final val x: R|kotlin/Int|by R|/makeIntDelegate|(R|/id|<R|kotlin/Int|>(R|/materialize|<R|kotlin/Int|>()))
|
||||
public final val x: R|kotlin/Int|by R|/makeIntDelegate|(R|kotlin/run|<R|kotlin/Int|>(<L> = run@fun <anonymous>(): R|kotlin/Int| <inline=Inline, kind=EXACTLY_ONCE> {
|
||||
lval x: R|kotlin/String| = R|/materialize|<R|kotlin/String|>()
|
||||
^ R|/materialize2|<R|kotlin/Int|>()
|
||||
}
|
||||
))
|
||||
public get(): R|kotlin/Int| {
|
||||
^ D|/x|.R|SubstitutionOverride</Delegate.getValue: R|kotlin/Int|>|(Null(null), ::R|/x|)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user