.jet -> .kt

This commit is contained in:
Andrey Breslav
2013-03-25 17:13:20 +04:00
parent 99e735ba7b
commit 8a79e7ab7d
2 changed files with 4 additions and 4 deletions
@@ -1,10 +1,10 @@
// FILE: a.jet
// FILE: a.kt
package weatherForecast
fun weatherToday() = "snow"
// FILE: b.jet
// FILE: b.kt
package myApp
@@ -1,10 +1,10 @@
// FILE: a.jet
// FILE: a.kt
package weatherForecast
fun weatherToday() = "snow"
// FILE: b.jet
// FILE: b.kt
package myApp