removing static type assertions work in progress
This commit is contained in:
Vendored
-1
@@ -44,7 +44,6 @@ val foo.bar = 5
|
||||
fun foo() {
|
||||
val foo = 5
|
||||
get() = 5
|
||||
set(int : x) = 5
|
||||
}
|
||||
|
||||
val IList<T>.lastIndex : Int
|
||||
|
||||
Reference in New Issue
Block a user