Changed extension in parsing test data (jet -> kt)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun main(args : Array<String>) {
|
||||
!true;
|
||||
!!true;
|
||||
!!!true;
|
||||
!!!!true;
|
||||
true!!!
|
||||
true!!!!
|
||||
true!!and(false)
|
||||
true!!.and(false)
|
||||
}
|
||||
Reference in New Issue
Block a user