Files
kotlin/compiler/testData/codegen/bytecodeText/inline
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
2015-12-31 11:07:56 +03:00
2015-12-31 11:07:56 +03:00