Fix problems with kotlin.Number

This commit is contained in:
Nikolay Igotti
2016-11-03 18:28:02 +03:00
parent 96dfcba997
commit 922cb1f35d
2 changed files with 1 additions and 0 deletions
@@ -35,6 +35,7 @@ internal val FunctionDescriptor.implementation: FunctionDescriptor
private val intrinsicTypes = setOf(
"kotlin.Unit",
"kotlin.Boolean", "kotlin.Char",
"kotlin.Number",
"kotlin.Byte", "kotlin.Short",
"kotlin.Int", "kotlin.Long",
"kotlin.Float", "kotlin.Double"