Files
kotlin-fork/compiler
Mikhail Glukhikh ac730a693a FIR: don't count implicit built-in type as a kind of implicit type
Before this commit, implicit Unit type for function with body and
without type, implicit Boolean type for conditions etc. were 'implicit'
types and resolved types together.
Sometimes this could lead to hard-to-find issues in FIR resolve, because
'implicit' types are usually handled there as 'necessary to resolve'
which is wrong for such effectively-resolved types.
2019-06-24 10:13:26 +03:00
..
2019-06-14 18:40:59 +03:00
2019-04-23 20:09:22 +03:00
2019-04-25 19:47:39 +07:00
2019-05-17 15:51:52 +03:00