Report error on callable reference or class literal with "-no-stdlib"
Also workaround the NoSuchElementException that was happening because error type never has any type arguments #KT-14547 Fixed
This commit is contained in:
+1
@@ -2,5 +2,6 @@ import kotlin.reflect.*
|
||||
|
||||
fun foo() {
|
||||
String::class.primaryConstructor
|
||||
::foo.isExternal
|
||||
listOf(42)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user