Andrey Breslav
|
3d8d92c7d3
|
JetDiagnosticsTest migrated to TestGenerator
- test data files renamed from *.jet to *.kt
|
2012-07-10 14:48:11 +04:00 |
|
Stepan Koltsov
|
ea8eb7412a
|
kill redeclaration handler in ClassDescriptor
|
2012-02-19 22:02:37 +04:00 |
|
Stepan Koltsov
|
842a70ca66
|
report conflicting overloads in functions with same parameters different type parameters
test case:
===
class Aaa() {
fun f() = 1
fun <P> f() = 1
}
===
|
2012-02-18 00:33:37 +04:00 |
|
Stepan Koltsov
|
3b56b90a7c
|
split ConflictingOverloads.jet test, add property overload conflict test
|
2012-02-18 00:33:26 +04:00 |
|