Corrected test

This commit is contained in:
Valentin Kipyatkov
2016-09-13 13:08:13 +03:00
parent 41ee06ec96
commit 0abb2edb2b
+1 -1
View File
@@ -1,7 +1,7 @@
package test
class A {
fun invoke(i: Int) {
operator fun invoke(i: Int) {
}
}