Fix noStdlib cli test
Replace 'isExternal' with 'name', since 'name' is still available in builtins and 'isExternal' is only accessible with a proper stdlib dependency.
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ import kotlin.reflect.*
|
||||
fun foo() {
|
||||
String::class.primaryConstructor
|
||||
Void::class
|
||||
::foo.isExternal
|
||||
::foo.name
|
||||
listOf(42)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user