Make FIR multi-module tests from IDE regular FIR compiler resolve tests
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
FILE: simpleFakeOverride.kt
|
||||
public final class Some : R|kotlin/Any| {
|
||||
public constructor(): R|Some| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
}
|
||||
public final class B : R|A<Some>| {
|
||||
public constructor(): R|B| {
|
||||
super<R|A<Some>|>()
|
||||
}
|
||||
|
||||
public final fun test(): R|kotlin/Unit| {
|
||||
this@R|/B|.R|FakeOverride</B.foo: R|ft<Some, Some?>!|>|(R|/Some.Some|())
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user