Changed extension in parsing test data (jet -> kt)
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
fun test() {
|
||||
val str = ""
|
||||
|
||||
str
|
||||
|
||||
.length
|
||||
|
||||
str
|
||||
|
||||
?.length
|
||||
|
||||
str
|
||||
|
||||
: String
|
||||
|
||||
str
|
||||
|
||||
as String
|
||||
|
||||
str
|
||||
|
||||
as? String
|
||||
|
||||
str
|
||||
|
||||
?: foo
|
||||
|
||||
true
|
||||
|
||||
|| false
|
||||
|
||||
|
||||
false
|
||||
|
||||
&& true
|
||||
}
|
||||
Reference in New Issue
Block a user