Commit Graph

66577 Commits

Author SHA1 Message Date
Alex Tkachman 1c6c5d2bdc test for unreproducable kt533 2011-11-23 10:14:13 +02:00
Alex Tkachman dcf294b1fb Merge remote branch 'origin/master' 2011-11-23 09:56:42 +02:00
Alex Tkachman cb37f7b56f ability to test stdlib 2011-11-23 09:56:20 +02:00
Andrey Breslav 9edd865a9c More puzzlers 2011-11-23 11:15:49 +04:00
svtk 4bf3a61621 KT-575 Cannot ++ a class object member 2011-11-22 18:05:50 +04:00
Alex Tkachman 6628920925 Merge remote branch 'origin/master' 2011-11-22 15:17:16 +02:00
Alex Tkachman f38fe544ef test for compilation of stdlib 2011-11-22 15:16:59 +02:00
Stepan Koltsov 91cb701956 KT-526 Unresolved reference for inner static class
===
namespace demo

class Foo {
    class object {
        class Bar { }
    }
}
class User {
    fun main() : Unit {
        var boo : Foo.Bar? /* <-- unresolved reference to Bar */ = null
    }
}
===
2011-11-22 16:55:07 +04:00
Andrey Breslav 9dd9107362 Supporting "kotlin.running.in.server.mode" to throw exception from the analyzer to be logged by the server 2011-11-22 16:15:57 +03:00
svtk 8cf7618dfb KT-41 Make functions with errors in returning statement return ERROR type and not Nothing 2011-11-22 15:09:59 +04:00
Alex Tkachman 8eabc2978e KT-581 wrong implicit receiver for intrinsic method call 2011-11-22 12:57:24 +02:00
Alex Tkachman efceb12f3b rewrite of closure capturing for object literals 2011-11-22 12:35:42 +02:00
svtk ed4dc03b16 'Implement methods' fix was bound to an error 2011-11-22 14:32:49 +04:00
Sergey Ignatov d7e06aeb6a cleanup 2011-11-22 14:25:28 +04:00
Sergey Ignatov 8f91bc3f5e namespace block removed 2011-11-22 14:17:37 +04:00
Sergey Ignatov 8a74f4fc3e str.equals("") replaced by str.isEmpty() 2011-11-22 13:49:48 +04:00
Sergey Ignatov ddcf8d06a3 now only test depends from common-io.jar 2011-11-22 13:26:38 +04:00
Sergey Ignatov 94f8b3581c test for new Runnable changed 2011-11-22 13:16:43 +04:00
Sergey Ignatov 4f14e3121d object literal supported 2011-11-22 13:14:28 +04:00
Sergey Ignatov 74e96f2cc2 ! added 2011-11-22 13:14:04 +04:00
Sergey Ignatov fb0cf96488 NPE fixed 2011-11-22 13:13:41 +04:00
Alex Tkachman 159865d751 KT-560 - no type coertion for fields 2011-11-22 09:09:51 +02:00
svtk 5fa9cbdf76 rename 2011-11-21 19:28:13 +04:00
svtk a7a5fa852e KT-469 Allow val-reassignment when appropriate functions are defined 2011-11-21 17:34:31 +04:00
Sergey Ignatov 357d1dab82 KT-544 fixed: "Create generic init functions for generic classes" 2011-11-21 16:40:37 +04:00
Sergey Ignatov ef415f4748 supported some generics constrcutors and methods for KT-540 2011-11-21 16:40:37 +04:00
Sergey Ignatov ccb3e63638 fixed raw generic types fir KT-540 2011-11-21 16:40:37 +04:00
svtk a00ad38a1c KT-510 this. allows initialization without backing field 2011-11-21 14:35:08 +04:00
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