[NI] Fix error type approximation in ILTApproximatorConfiguration
#KT-31441 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:+NewInference
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
interface List<T>
|
||||
|
||||
class ArrayList<T> : List<T>
|
||||
|
||||
fun test() {
|
||||
val list: List<*> = ArrayList<caret><Any?>()
|
||||
}
|
||||
Reference in New Issue
Block a user