Report a warning or error if an old language version or API version is used
#KT-25823 Fixed
This commit is contained in:
committed by
Ilya Gorbunov
parent
db29eadba5
commit
02a9b03007
+2
-6
@@ -1,9 +1,5 @@
|
||||
package test
|
||||
|
||||
sealed class Base
|
||||
|
||||
class Derived : Base()
|
||||
|
||||
fun test() {
|
||||
""::class.isInstance(42)
|
||||
annotation class Outer {
|
||||
class Nested
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user