Files
kotlin-fork/compiler/tests/org/jetbrains/jet/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-08-27 17:43:03 +03:00
2012-09-24 12:33:58 +04:00
2012-08-27 17:43:03 +03:00
2012-09-23 18:04:14 +02:00