Renamed intentions package
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
class Test()
|
||||
fun Test.div(a: Int): Test = Test()
|
||||
val test = Test()
|
||||
test / 1
|
||||
}
|
||||
Reference in New Issue
Block a user