Commit Graph

17099 Commits

Author SHA1 Message Date
Stepan Koltsov 3915d24660 more tests for backing fields 2011-11-21 14:07:27 +04:00
Alex Tkachman f6426bc6d4 primitive iterators 2011-11-20 11:05:40 +02:00
Alex Tkachman 7abf87b797 fix for test broken by previous build 2011-11-19 07:19:12 +02:00
Alex Tkachman abb15a85d6 KT-434 test and ability to supply full JDK for compiler tests 2011-11-19 07:01:58 +02:00
Alex Tkachman 39ca8eded8 KT-531 Support nullable iterator in for() 2011-11-18 21:12:25 +02:00
Pavel Talanov ebf29263f1 Added some tests from jet project. 2011-11-18 17:32:53 +04:00
Pavel Talanov 28763128be Added tests for simple closure examples. 2011-11-18 16:56:23 +04:00
Pavel Talanov 7cdfccf2d8 Added support for basic case of function literal. 2011-11-18 16:45:53 +04:00
Pavel Talanov 694902103d Rewrote name resolving logic. Improved DeclarationExtractor and renamed to Declarations. 2011-11-18 16:12:14 +04:00
Alex Tkachman 50edc9750b KT-535 no need in outer type info for class object 2011-11-18 13:38:38 +02:00
Alex Tkachman b054ccefdb KT-518 - array like expression via intrinsic method 2011-11-18 12:10:08 +02:00
Sergey Ignatov 18e93658b2 IdeaSDK name changed 2011-11-18 13:37:25 +04:00
Sergey Ignatov 09a489f9d4 added generic params to method call expression 2011-11-18 13:37:25 +04:00
Sergey Ignatov a08fb4fb0a qualified types supported 2011-11-18 13:37:25 +04:00
Sergey Ignatov 82fbc98757 types for inner classes supported 2011-11-18 13:37:25 +04:00
Sergey Ignatov aa976315d9 support generic params in constructor invocation 2011-11-18 13:37:25 +04:00
Sergey Ignatov c5c3e92b4e fixed issue with full name constructor invocation 2011-11-18 13:37:24 +04:00
Sergey Ignatov 62bfb55973 now we use members instead of bunch inner classes, fields and methods 2011-11-18 13:37:24 +04:00
Pavel Talanov f06fa3c295 Added support for continue in while/do while. 2011-11-18 13:24:18 +04:00
Pavel Talanov 16c6e8bee5 Added support for break expressions in while/do while. 2011-11-18 13:19:23 +04:00
Pavel Talanov 37ea3c75ca Split expression tests into different categories. 2011-11-18 13:12:47 +04:00
Pavel Talanov 95ab245f15 Added support for multiple cases in one when entry. 2011-11-18 12:38:06 +04:00
Alex Tkachman c896206284 commented test case for KT-285 2011-11-18 08:21:36 +02:00
Pavel Talanov d1c49f80c8 Refactoring. 2011-11-17 22:28:46 +04:00
Andrey Breslav beb2b50dd2 Merge remote-tracking branch 'origin/master' 2011-11-17 17:58:31 +01:00
Andrey Breslav ca5612d710 Devoxx slides 2011-11-17 17:58:04 +01:00
Pavel Talanov ca57aee040 Added tests and support for binary with type RHS expressions. 2011-11-17 20:19:34 +04:00
Pavel Talanov d4fb413778 Supported variable is value pattern matching. 2011-11-17 18:39:40 +04:00
Pavel Talanov 98bcfe7847 Fixed a bug where multiple when entries could execute in one statement. 2011-11-17 18:05:47 +04:00
Pavel Talanov 5841049683 Supported another case of when expression. 2011-11-17 17:41:00 +04:00
Pavel Talanov d0239085c1 Supported another case of when expression. 2011-11-17 17:40:54 +04:00
Pavel Talanov bd33b23f51 Added support for simple case of when expression. 2011-11-17 17:40:53 +04:00
Pavel Talanov 628a2334f5 Added support for returning value from safe qualified expression. 2011-11-17 17:40:52 +04:00
Pavel Talanov ce39645ccd Added support for simple case of safe qualified access. 2011-11-17 17:40:52 +04:00
Pavel Talanov 57f5b2cc7d Supported negated is operation. 2011-11-17 17:40:51 +04:00
Pavel Talanov fec7539f8c Supported (Variable is Type expression) for user defined classes. 2011-11-17 17:40:50 +04:00
Pavel Talanov 9d848cb8a5 Added a test for a trait extending two traits. 2011-11-17 17:40:50 +04:00
Pavel Talanov 81d7f86b93 Worked on kotlinJsLib and supported trait extending other trait. 2011-11-17 17:40:49 +04:00
Pavel Talanov eec6fd137f Refactored test code a bit. 2011-11-17 17:40:48 +04:00
Stepan Koltsov 3c24530b67 more tests for backing fields 2011-11-17 17:23:38 +04:00
Sergey Ignatov 773bc1ced2 cleanup 2011-11-16 19:01:42 +04:00
Sergey Ignatov 60f7226bd5 use PsiImportStatementBase.isOnDemand inside importToImport method 2011-11-16 19:01:42 +04:00
Sergey Ignatov 947a5bf5d8 class initializers supported 2011-11-16 19:01:42 +04:00
Sergey Ignatov 532142d12a now we trying to generify constructor only in case when we have two or more constructors in class 2011-11-16 19:01:42 +04:00
Pavel Talanov cc52c0f1c1 Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:27:54 +04:00
Pavel Talanov f634fce8b1 Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:53 +04:00
Pavel Talanov eb888b7efe Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:52 +04:00
Pavel Talanov 23dd696df2 Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:52 +04:00
Pavel Talanov 49552568fe Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:51 +04:00
Pavel Talanov 8f99212d9e Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:50 +04:00