Alexander Udalov
|
41eb0deaa0
|
Introduce FunctionImpl and ExtensionFunctionImpl classes
Old FunctionImpl0,1,2,... will be dropped since they had no purpose
|
2014-05-19 19:50:58 +04:00 |
|
Alexander Udalov
|
f7b6457139
|
Replace "jet" package name with "kotlin" in testData
|
2014-03-02 19:55:26 +04:00 |
|
Alexander Udalov
|
5d6d4406cb
|
Move FunctionImpl classes from package "jet" to "kotlin"
|
2014-03-02 19:54:56 +04:00 |
|
Andrey Breslav
|
7f46d7555e
|
Do not write "? extends" and "? super" in immediate arguments of supertypes in Java generic signatures
|
2013-10-08 21:13:30 +04:00 |
|
Alexander Udalov
|
56f8f021f9
|
Generate proper generic signature for closure classes
|
2013-04-22 17:59:32 +04:00 |
|
Alexander Udalov
|
76fa9642f0
|
toString() for FunctionN classes
It's implemented as if the types were reified: getting the real type parameters
of the corresponding FunctionN class
|
2013-04-22 17:59:29 +04:00 |
|