|
| 1 | +FILE: unsafeAssignmentExtra.fir.kt |
| 2 | + public abstract interface Foo<T : R|kotlin/Any|> : R|kotlin/Any| { |
| 3 | + public abstract var a: R|T| |
| 4 | + public get(): R|T| |
| 5 | + public set(value: R|T|): R|kotlin/Unit| |
| 6 | + |
| 7 | + public abstract val b: R|kotlin/Array<T>| |
| 8 | + public get(): R|kotlin/Array<T>| |
| 9 | + |
| 10 | + public abstract fun accept(arg: R|T|): R|kotlin/Unit| |
| 11 | + |
| 12 | + } |
| 13 | + public final class FooImpl<T : R|kotlin/Any|> : R|Foo<T>| { |
| 14 | + public constructor<T : R|kotlin/Any|>(): R|FooImpl<T>| { |
| 15 | + super<R|kotlin/Any|>() |
| 16 | + } |
| 17 | + |
| 18 | + } |
| 19 | + public final fun bar(p: R|kotlin/reflect/KMutableProperty0<kotlin/Int>|): R|kotlin/Unit| { |
| 20 | + R|<local>/p|.R|SubstitutionOverride<kotlin/reflect/KMutableProperty0.set: R|kotlin/Unit|>|(Int(100)) |
| 21 | + } |
| 22 | + public final fun <T : R|kotlin/Any|> myBuilder(block: R|Foo<T>.() -> kotlin/Unit|): R|Foo<T>| { |
| 23 | + ^myBuilder R|/FooImpl.FooImpl|<R|T|>().R|kotlin/apply|<R|FooImpl<T>|>(R|<local>/block|) |
| 24 | + } |
| 25 | + public final fun <T : R|kotlin/Any|> R|Foo<T>|.change(block: R|Foo<T>.() -> kotlin/Unit|): R|Foo<T>| { |
| 26 | + R|<local>/block|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(this@R|/change|) |
| 27 | + ^change this@R|/change| |
| 28 | + } |
| 29 | + public final fun main(arg: R|kotlin/Any|, condition: R|kotlin/Boolean|): R|kotlin/Unit| { |
| 30 | + lval value: R|Foo<kotlin/Int>| = R|/myBuilder|<R|kotlin/Int|>(<L> = myBuilder@fun R|Foo<kotlin/Int>|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { |
| 31 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.b: R|kotlin/Array<Stub (chain inference): TypeVariable(T)>|>|.R|SubstitutionOverride<kotlin/Array.set: R|kotlin/Unit|>|(Int(0), Int(123)) |
| 32 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(45) |
| 33 | + lval <unary>: R|kotlin/Int| = this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| |
| 34 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = R|<local>/<unary>|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#() |
| 35 | + R|<local>/<unary>| |
| 36 | + R|/bar|(::R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>|) |
| 37 | + when () { |
| 38 | + (this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| is R|kotlin/Int|) -> { |
| 39 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(67) |
| 40 | + lval <unary>: R|kotlin/Int| = this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| |
| 41 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = R|<local>/<unary>|.<Ambiguity: dec, [kotlin/dec, kotlin/dec]>#() |
| 42 | + R|<local>/<unary>| |
| 43 | + R|/bar|(::R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>|) |
| 44 | + } |
| 45 | + } |
| 46 | + |
| 47 | + when (R|<local>/condition|) { |
| 48 | + ==($subj$, Boolean(true)) -> { |
| 49 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(87) |
| 50 | + } |
| 51 | + ==($subj$, Boolean(false)) -> { |
| 52 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(65) |
| 53 | + } |
| 54 | + } |
| 55 | + |
| 56 | + lval x: <ERROR TYPE REF: Ambiguity: getValue, [kotlin/getValue, kotlin/getValue, kotlin/getValue, kotlin/collections/getValue, kotlin/collections/getValue]>by this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| |
| 57 | + this@R|special/anonymous|.R|/change|<R|kotlin/Int|>(<L> = change@fun R|Foo<kotlin/Int>|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { |
| 58 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(99) |
| 59 | + } |
| 60 | + ) |
| 61 | + } |
| 62 | + ) |
| 63 | + lval value2: R|Foo<kotlin/String>| = R|/myBuilder|<R|kotlin/String|>(<L> = myBuilder@fun R|Foo<kotlin/String>|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { |
| 64 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.accept: R|kotlin/Unit|>|(String()) |
| 65 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(45) |
| 66 | + when (R|<local>/condition|) { |
| 67 | + ==($subj$, Boolean(true)) -> { |
| 68 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(87) |
| 69 | + } |
| 70 | + ==($subj$, Boolean(false)) -> { |
| 71 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(65) |
| 72 | + } |
| 73 | + } |
| 74 | + |
| 75 | + this@R|special/anonymous|.R|/change|<R|kotlin/String|>(<L> = change@fun R|Foo<kotlin/String>|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { |
| 76 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(99) |
| 77 | + } |
| 78 | + ) |
| 79 | + when () { |
| 80 | + (this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| is R|kotlin/Int|) -> { |
| 81 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(67) |
| 82 | + } |
| 83 | + } |
| 84 | + |
| 85 | + } |
| 86 | + ) |
| 87 | + lval value3: R|Foo<kotlin/Int>| = R|/myBuilder|<R|kotlin/Int|>(<L> = myBuilder@fun R|Foo<kotlin/Int>|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { |
| 88 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.accept: R|kotlin/Unit|>|(String()) |
| 89 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(45) |
| 90 | + R|/bar|(::R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>|) |
| 91 | + } |
| 92 | + ) |
| 93 | + local final fun baz(t: R|kotlin/Int|): R|kotlin/Unit| { |
| 94 | + } |
| 95 | + |
| 96 | + lval value4: R|Foo<it(kotlin/Comparable<*> & java/io/Serializable)>| = R|/myBuilder|<R|it(kotlin/Comparable<*> & java/io/Serializable)|>(<L> = myBuilder@fun R|Foo<it(kotlin/Comparable<*> & java/io/Serializable)>|.<anonymous>(): R|kotlin/Unit| <inline=NoInline> { |
| 97 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.accept: R|kotlin/Unit|>|(String()) |
| 98 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>| = Int(45) |
| 99 | + this@R|special/anonymous|.R|SubstitutionOverride</Foo.b: R|kotlin/Array<Stub (chain inference): TypeVariable(T)>|>|.R|SubstitutionOverride<kotlin/Array.set: R|kotlin/Unit|>|(Int(0), Int(123)) |
| 100 | + R|<local>/baz|(this@R|special/anonymous|.R|SubstitutionOverride</Foo.a: R|Stub (chain inference): TypeVariable(T)|>|) |
| 101 | + } |
| 102 | + ) |
| 103 | + } |
0 commit comments