Commit Graph

1738 Commits

Author SHA1 Message Date
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
Stepan Koltsov e33af7f729 KT-328 Local function in function literals cause exceptions
===
fun bar() = {
  bar()
}
===
2011-11-23 16:40:50 +04:00
Alex Tkachman ba700ebdbe test for unreproducable KT-528 2011-11-23 12:19:43 +02:00
Alex Tkachman b8f942857b KT-594 Array.get/set intrinsic 2011-11-23 11:56:47 +02:00
Alex Tkachman 8c842a6d5c KT-529 wrong naming of anonimous classes 2011-11-23 11:20:33 +02:00
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
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
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
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
Alex Tkachman c896206284 commented test case for KT-285 2011-11-18 08:21:36 +02: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
Stepan Koltsov 3c24530b67 more tests for backing fields 2011-11-17 17:23:38 +04:00
Alex Tkachman 1b04870fa4 proper try/catch/finally 2011-11-16 14:26:16 +02:00
Stepan Koltsov 3b17b3fac7 typer tests for backing fields 2011-11-15 19:54:46 +04:00
Alex Tkachman 8087d8da5a TypeInfo.getTypeClass renamed to getJavaClass 2011-11-15 17:03:02 +02:00
Alex Tkachman 84593f2cfb KT-513 Proper use of resolved call in case of infix calls 2011-11-15 16:52:35 +02:00
Alex Tkachman 6c3294ca3a KT-515 TypeInfo.getTypeClass() method 2011-11-15 16:11:14 +02:00
Maxim Shafirov 93b935d4ba KT-514 NPE 2011-11-15 16:03:58 +04:00
Alex Tkachman aaed9b0325 KT-504 array like expressions with type parameters 2011-11-15 12:42:51 +02:00
Stepan Koltsov 74654c467c group tests by directory 2011-11-15 00:58:28 +04:00
Alex Tkachman 3b2fb0da8f KT-508 accessors for enclosed private fields 2011-11-14 19:34:00 +02:00
Maxim Shafirov cf3217cdc1 SOE fix 2011-11-14 21:18:46 +04:00
Maxim Shafirov f3c2a48f92 null is valid compile time value 2011-11-14 21:18:46 +04:00
Andrey Breslav 1befef2a2f toString fixed in Call 2011-11-14 20:10:41 +03:00
Andrey Breslav ee8c96ddee NPE fixed 2011-11-14 20:10:25 +03:00
Andrey Breslav 4902eb5d0d Merge remote branch 'origin/master' 2011-11-14 20:09:23 +03:00
Andrey Breslav 5ae6941375 Proper return types for unary plus and minus 2011-11-14 20:09:18 +03:00
Andrey Breslav b6a07c1e29 Merge remote branch 'origin/master' 2011-11-14 17:34:38 +03:00