File tree 3 files changed +3
-3
lines changed
idea/testData/fir/multiModule
basicWithJavaFakeOverride/jvm
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ FILE: simpleFakeOverride.kt
11
11
}
12
12
13
13
public final fun test(): R|kotlin/Unit| {
14
- R|FakeOverride</A.foo: R|ft<T, T ?>|!>|(R|/Some.Some|())
14
+ R|FakeOverride</A.foo: R|ft<Some, Some ?>|!>|(R|/Some.Some|())
15
15
}
16
16
17
17
}
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ class D : C() {
7
7
fun test () {
8
8
foo(" " )
9
9
bar(" " ) // should be resolved to just C.bar
10
- baz(" " ) // ambiguity (we have C.bar with CharSequence argument and fake override of A.bar with String argument)
10
+ baz(" " )
11
11
}
12
12
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ FILE: jvm.kt
24
24
public final fun test(): R|kotlin/Unit| {
25
25
R|FakeOverride</A.foo: R|kotlin/Unit|>|(String())
26
26
R|/C.bar|(String())
27
- <Ambiguity: baz, [/C .baz, /A.baz]># (String())
27
+ R|FakeOverride</A .baz: R|kotlin/String|>| (String())
28
28
}
29
29
30
30
}
You can’t perform that action at this time.
0 commit comments