[FIR generator] Use more type-safe field builders
This commit is contained in:
committed by
Space Team
parent
8be455649c
commit
a909a28f29
+4
@@ -6,5 +6,9 @@
|
||||
package org.jetbrains.kotlin.generators.tree
|
||||
|
||||
object StandardTypes {
|
||||
val boolean = type<Boolean>()
|
||||
val string = type<String>()
|
||||
val int = type<Int>()
|
||||
val collection = type<Collection<*>>()
|
||||
val map = type<Map<*, *>>()
|
||||
}
|
||||
Reference in New Issue
Block a user