Files
kotlin/compiler/testData/codegen/bytecodeText
Denis Zharkov fa99ea1e98 Generate type-safe barrier in method body
In cases when signature of special bridge is the same as current method,
but type is not 'Any?'.

Also there is tiny optimization:
only null check needed if value parameter type is mapped to Object,
but it's not nullable.

 #KT-9973 Fixed
2015-11-17 16:27:02 +03:00
..
2015-10-20 19:19:41 +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