[FIR] Add PLATFORM_CLASS_MAPPED_TO_KOTLIN
This commit is contained in:
committed by
TeamCityServer
parent
51b73bb6ae
commit
f046f2964b
@@ -1,6 +0,0 @@
|
||||
import java.lang.reflect.*
|
||||
import java.util.List
|
||||
|
||||
fun foo(
|
||||
p1: Array<String> /* should be resolved to kotlin.Array */,
|
||||
p2: List<String> /* should be resolved to java.util.List */) { }
|
||||
@@ -1,3 +1,6 @@
|
||||
// FIR_IDENTICAL
|
||||
// WITH_EXTENDED_CHECKERS
|
||||
|
||||
import java.lang.reflect.*
|
||||
import <!PLATFORM_CLASS_MAPPED_TO_KOTLIN!>java.util.List<!>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user