Refactored intentions to replace special name calls with operators

This commit is contained in:
Valentin Kipyatkov
2015-05-12 13:53:27 +03:00
parent fbc3fa2b09
commit 8095aabd42
42 changed files with 172 additions and 390 deletions
@@ -1,4 +1,4 @@
// SHOULD_FAIL_WITH: vararg.not.last
// IS_APPLICABLE: false
fun test() {
class Test{
fun get(a: Int, vararg b: Int, c: Int = 0) : Int = 0