Do not import "kotlin.comparisons" by default for language version 1.0
#KT-16199 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
// !LANGUAGE: -DefaultImportOfPackageKotlinComparisons
|
||||
|
||||
fun foo() = <!UNRESOLVED_REFERENCE!>compareBy<!><String> { <!UNRESOLVED_REFERENCE!>it<!>.<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>length<!> }
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package
|
||||
|
||||
public fun foo(): [ERROR : Error function type]
|
||||
Reference in New Issue
Block a user