Fixed test

This commit is contained in:
Valentin Kipyatkov
2016-09-05 15:29:48 +03:00
parent 4e0c3fcee7
commit 2322ecb032
+1 -1
View File
@@ -1,5 +1,5 @@
class A() {
fun p<caret>lus(rhs: A): A {
operator fun p<caret>lus(rhs: A): A {
return A()
}
}