mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Feature list: - bound callable references - local delegated properties - coroutines. #KT-16017 Fixed
7 lines
315 B
Plaintext
Vendored
7 lines
315 B
Plaintext
Vendored
compiler/testData/cli/jvm/apiVersion.kt:2:5: error: the feature "bound callable references" is only available since API version 1.1
|
|
""::class.isInstance(42)
|
|
^
|
|
compiler/testData/cli/jvm/apiVersion.kt:2:15: error: unresolved reference: isInstance
|
|
""::class.isInstance(42)
|
|
^
|
|
COMPILATION_ERROR |