Renamed intentions package
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
class Test{
|
||||
fun get(a: Int, vararg b: Int, c: Int = 0) : Int = 0
|
||||
}
|
||||
val test = Test()
|
||||
test[1, 3, 4, 5]
|
||||
}
|
||||
Reference in New Issue
Block a user