Stepan Koltsov
|
7325285813
|
read properties from binary classes
(intermediate version)
|
2012-01-03 17:16:50 +04:00 |
|
Stepan Koltsov
|
1bb5828613
|
reading properties info from binary classes
Add final modifier to val backing field
|
2011-12-30 00:05:32 +04:00 |
|
Stepan Koltsov
|
617b3b5db5
|
ReadClassDataTest: type variable resolver
|
2011-12-27 20:46:43 +04:00 |
|
Stepan Koltsov
|
0d5283d0a8
|
move tests to subdirectories
|
2011-12-27 20:46:39 +04:00 |
|
Andrey Breslav
|
f52eae71d0
|
GreatSyntacticShift: 'namespace' -> 'package'
|
2011-12-25 15:51:59 +04:00 |
|
Stepan Koltsov
|
0655a5de85
|
reading abstract and final modifiers from binary classes
|
2011-12-21 00:07:00 +04:00 |
|
Stepan Koltsov
|
c858de758e
|
reading varargs
generics do not work yet:
===
fun <P> varargGeneric(a: Int, vararg b: P) = 1
===
|
2011-12-20 23:28:46 +04:00 |
|
Stepan Koltsov
|
6bee77715d
|
reading functions with default args
|
2011-12-20 23:00:12 +04:00 |
|
Stepan Koltsov
|
914b5487b4
|
one more ext function test
|
2011-12-20 22:39:21 +04:00 |
|
Stepan Koltsov
|
02111687d2
|
missing Trait test in ReadClassDataTest
|
2011-12-20 20:15:42 +04:00 |
|
Stepan Koltsov
|
d9ceda7743
|
reading extension functions from binary classes
|
2011-12-20 20:13:16 +04:00 |
|
Stepan Koltsov
|
c1bc5ceb99
|
enable class content serialization in ReadClassDataTest; add test for function params with upper bounds
|
2011-12-20 00:28:27 +04:00 |
|
Stepan Koltsov
|
bf751bfa98
|
read upper bound from jet signature, merge dup code
|
2011-12-19 21:36:46 +04:00 |
|
Stepan Koltsov
|
068780f840
|
reading class signature (incomplete)
|
2011-12-16 13:10:15 +04:00 |
|
Stepan Koltsov
|
f8c9f24d60
|
split readClass tests into directories
|
2011-12-16 13:10:14 +04:00 |
|
Stepan Koltsov
|
a8640c1ec4
|
parse method in/out parameters
|
2011-12-16 13:10:10 +04:00 |
|
Stepan Koltsov
|
778fa2ed63
|
test class data reading by comparing serialization to string
|
2011-12-16 13:09:59 +04:00 |
|
Stepan Koltsov
|
4f9fb2226a
|
skip @JetTypeParameter parameters
|
2011-12-16 13:09:58 +04:00 |
|
Stepan Koltsov
|
a987d197f5
|
commit missing tests
|
2011-12-16 13:09:51 +04:00 |
|
Stepan Koltsov
|
bf54dc5453
|
test nullable return types are read from .class files
|
2011-12-06 23:25:26 +04:00 |
|
Stepan Koltsov
|
6f21de8edc
|
working on reading class data from .class files
|
2011-12-06 22:32:17 +04:00 |
|