Specifty type explicitly

This commit is contained in:
Iaroslav 2020-06-28 02:10:26 +07:00
parent 63c001648e
commit 7372197fe1
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -75,7 +75,7 @@ internal class AsmBuilder<T> internal constructor(
/**
* State if this [AsmBuilder] needs to generate constants field.
*/
private var hasConstants = true
private var hasConstants: Boolean = true
/**
* State if [T] a primitive type, so [AsmBuilder] may generate direct primitive calls.