split ConflictingOverloads.jet test, add property overload conflict test

This commit is contained in:
Stepan Koltsov
2012-02-18 00:33:26 +04:00
parent da0db20ed5
commit 3b56b90a7c
12 changed files with 90 additions and 95 deletions
@@ -0,0 +1,5 @@
package extensionFunctions
<!CONFLICTING_OVERLOADS!>fun Int.qwe(<!UNUSED_PARAMETER!>a<!>: Float)<!> = 1
<!CONFLICTING_OVERLOADS!>fun Int.qwe(<!UNUSED_PARAMETER!>a<!>: Float)<!> = 2