Check conflicting overloads for generic signatures.

This commit is contained in:
Dmitry Petrov
2016-02-12 18:10:19 +03:00
parent ab962d9bae
commit 77b7128689
9 changed files with 131 additions and 41 deletions
@@ -1,4 +1,4 @@
class Aaa() {
<!CONFLICTING_OVERLOADS!>fun f()<!> = 1
<!CONFLICTING_OVERLOADS!>fun <P> f()<!> = 1
<!CONFLICTING_JVM_DECLARATIONS!>fun f()<!> = 1
<!CONFLICTING_JVM_DECLARATIONS!>fun <P> f()<!> = 1
}