Files
kotlin/compiler/testData/codegen
Alexander Udalov 95ec2448eb Generate not-null assertions after method calls
If a method comes from Java and is annotated as returning NotNull, after
calling it we should check if it actually returned something other than null.
Introduce checkReturnedValueIsNotNull() in jet/runtime/Intrinsics which does
exactly that.

CallableMethod's invoke() and invokeDefault() are now private, use asserted
versions instead
2012-10-08 14:11:56 +04:00
..
2012-09-24 12:33:58 +04:00
2012-08-22 18:40:37 +03:00
2012-09-20 18:10:19 +04:00
2012-08-16 18:39:23 +04:00
2011-10-20 16:21:18 +02:00
2011-10-20 16:21:18 +02:00
2012-08-09 15:13:42 +04:00
2011-11-30 10:20:19 +03:00