Files
kotlin/compiler/testData/codegen/bytecodeText
Dmitry Petrov b736880787 KT-6646, KT-10482:
when a method (or a property getter) returns Nothing, emit
  ACONST_NULL
  ATHROW
after a call so that class files verifier knows that this is an exit point in a method.
Note that if an inline method returning Nothing throws an exception explicitly
(or via a chain of inline methods), this code will be deleted by DCE.
2015-12-31 11:07:56 +03:00
..
2015-12-31 11:07:56 +03:00
2014-11-21 13:59:43 +03:00
2015-04-07 13:08:51 +03:00
2015-10-27 12:02:27 +03:00