.jet -> .kt
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
// FILE: a.jet
|
// FILE: a.kt
|
||||||
|
|
||||||
package weatherForecast
|
package weatherForecast
|
||||||
|
|
||||||
fun weatherToday() = "snow"
|
fun weatherToday() = "snow"
|
||||||
|
|
||||||
// FILE: b.jet
|
// FILE: b.kt
|
||||||
|
|
||||||
package myApp
|
package myApp
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
// FILE: a.jet
|
// FILE: a.kt
|
||||||
|
|
||||||
package weatherForecast
|
package weatherForecast
|
||||||
|
|
||||||
fun weatherToday() = "snow"
|
fun weatherToday() = "snow"
|
||||||
|
|
||||||
// FILE: b.jet
|
// FILE: b.kt
|
||||||
|
|
||||||
package myApp
|
package myApp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user