Pavel Talanov
8cae5c9963
Added test for unary operation on int properties.
2011-11-24 17:30:26 +04:00
Pavel Talanov
d23bdb492d
Added test for unary operation on int properties.
2011-11-24 17:30:25 +04:00
Pavel Talanov
fae803ac6f
Refactoring property access translation code.
2011-11-24 17:30:25 +04:00
Pavel Talanov
66b3790798
Refactoring operation translator code.
2011-11-24 17:30:24 +04:00
Pavel Talanov
af7d79e4bd
Operator overloading: simple cases with ++ and --.
2011-11-24 17:30:23 +04:00
Stepan Koltsov
9bd98cdf2b
disable TypeInfoTest.testIsWithGenerics
...
(test is wrong, see http://youtrack.jetbrains.net/issue/KT-612 )
2011-11-24 17:22:27 +04:00
Stepan Koltsov
e8d41ea6c7
Revert "fix DescriptionRenderer failure if FunctionDescriptor.getReturnType returns null"
...
Problem will be fixed by removing @NotNull modifier.
This reverts commit fed075b0ca .
2011-11-24 17:20:22 +04:00
Maxim Shafirov
702305ad2c
KT-515 fixed in platform code, re-enable java->kotlin resolve
2011-11-24 16:38:33 +04:00
Andrey Breslav
aa007d415d
Moved to full, since the test uses JDK
2011-11-24 15:31:21 +03:00
svtk
a9138eebc6
test for obsolete kt302
2011-11-24 16:10:23 +04:00
svtk
63304cc2cf
Merge remote-tracking branch 'origin/master'
2011-11-24 16:02:44 +04:00
svtk
c80301a13d
Changed 'getOverriddenDescriptors' method for accessors (get accessors of overridden properties)
2011-11-24 16:02:29 +04:00
svtk
850cd190f8
Exception on incomplete code fixed
2011-11-24 16:00:10 +04:00
svtk
a7bb30a18c
"Unused value" error added to existed tests
2011-11-24 15:59:44 +04:00
svtk
97f377b529
Added "unused value analysis"
2011-11-24 15:58:25 +04:00
Stepan Koltsov
a79202b7e7
Temporarily revert "more check for casts"
...
(because commit broke seveal tests)
This reverts commit 5d2dfcd48f .
2011-11-24 15:24:10 +04:00
Stepan Koltsov
648540ad0c
restore +-JDK options
2011-11-24 15:18:41 +04:00
Stepan Koltsov
dca64c8ba9
Revert "+-JDK and -NOSTDLIB options"
...
This reverts commit 8222011874 .
+- JDK will be restored in next commit
removal of -STDLIB was requested by Andrey Breslav
2011-11-24 15:18:37 +04:00
Maxim Shafirov
12a0b5a01b
Better line mapping if multiple classes where generated for the file
2011-11-24 14:45:59 +04:00
Maxim Shafirov
4c4742354a
Bytecode range highlighting according to selection in tracked editor (doesn't work well with closures yet)
2011-11-24 14:34:16 +04:00
Sergey Ignatov
d6efe927bf
literals supported more correctly
2011-11-24 13:59:46 +04:00
Sergey Ignatov
7d117471e9
cleanup
2011-11-24 13:59:46 +04:00
Sergey Ignatov
a3c91abd4d
inspections from jet project imported
2011-11-24 13:59:46 +04:00
Sergey Ignatov
811d732c1e
/s/cyclicShiftRight/ushr/g
2011-11-24 13:59:46 +04:00
Alex Tkachman
8f47280070
making code window to show full stacktrace in case of error
2011-11-24 08:46:00 +02:00
Andrey Breslav
5300f8c0c9
Merge remote branch 'origin/master'
2011-11-23 22:01:49 +03:00
Andrey Breslav
b75a64c526
KT-509 Properties declared as constuctor parameters do not have accessor descriptors.
2011-11-23 22:01:39 +03:00
Maxim Shafirov
894a05def1
More kinds of stackoverflow to investigate, disable for a while
2011-11-23 21:52:18 +04:00
Andrey Breslav
1c14718214
Class renamed to better reflect it's purpose
2011-11-23 20:37:22 +03:00
Maxim Shafirov
6eea1716d3
Bytecode viewer, initial
2011-11-23 21:29:46 +04:00
Andrey Breslav
9a25b1a843
Merge remote branch 'origin/master'
2011-11-23 20:27:51 +03:00
Andrey Breslav
9cb0cc9fa6
KT-394 Make class object members visible inside the owning class
...
KT-588 Unresolved static method
2011-11-23 20:27:38 +03:00
Stepan Koltsov
5d2dfcd48f
more check for casts
...
KT-445 (Don't allow deep instanceof for erased parameters) and more
see new tests in compiler/testData/checkerWithErrorTypes/full/cast
2011-11-23 18:15:37 +04:00
Natalia.Ukhorskaya
cee75c5d36
Merge branch 'master' of git+ssh://git.labs.intellij.net/jet-contrib
2011-11-23 17:27:53 +04:00
Stepan Koltsov
fed075b0ca
fix DescriptionRenderer failure if FunctionDescriptor.getReturnType returns null
2011-11-23 17:25:36 +04:00
Stepan Koltsov
8222011874
+-JDK and -NOSTDLIB options
...
FullJetPsiCheckerTest has -JDK option
QuickJetPsiCheckerTest has +JDK option
FullJetPsiCheckerTest = QuickJetPsiCheckerTest with +JDK
QuickJetPsiCheckerTest = FullJetPsiCheckerTest with -JDK
2011-11-23 17:08:47 +04:00
Pavel Talanov
e96c92358b
Added test. Refactored test code: got rid of obsolete IncludeLibraryTest class.
2011-11-23 16:59:51 +04:00
Pavel Talanov
cb7c05e550
Fixed design flaw which prevented base class from being inherited if it was defined after the derived class.
2011-11-23 16:59:50 +04:00
Pavel Talanov
88f061234b
Refactoring.
2011-11-23 16:59:50 +04:00
Pavel Talanov
f5e5ac42dd
Finished work on namespaces.
2011-11-23 16:59:49 +04:00
Pavel Talanov
f806af4829
Work on namespaces in progress.
2011-11-23 16:59:48 +04:00
Pavel Talanov
36d033ea48
.
2011-11-23 16:59:47 +04:00
Pavel Talanov
7d43131173
Rewrote reference translation a bit. Added support for when call expression.
2011-11-23 16:59:47 +04:00
Pavel Talanov
2d84d17555
Supported overloading plus operator.
2011-11-23 16:59:46 +04:00
Pavel Talanov
db02cd168b
Added support for nullable types in is check.
2011-11-23 16:59:46 +04:00
Stepan Koltsov
e33af7f729
KT-328 Local function in function literals cause exceptions
...
===
fun bar() = {
bar()
}
===
2011-11-23 16:40:50 +04:00
Natalia.Ukhorskaya
e751e9e032
Merge branch 'master' of git+ssh://git.labs.intellij.net/jet-contrib
2011-11-23 14:59:10 +04:00
Natalia.Ukhorskaya
639644d227
Merge branch 'master' of git+ssh://git.labs.intellij.net/jet-contrib
2011-11-23 14:59:10 +04:00
Natalia.Ukhorskaya
01025a07c6
Help at rigth part
2011-11-23 14:55:42 +04:00
Natalia.Ukhorskaya
dca537ce70
Help at rigth part
2011-11-23 14:55:42 +04:00