We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5fdf1 commit d62c230Copy full SHA for d62c230
core/src/main/kotlin/org/evomaster/core/output/dto/GeneToDto.kt
@@ -154,6 +154,8 @@ class GeneToDto(
154
}
155
156
157
+ // According to documentation, a trailing constant is only needed for Long, Hexadecimal and Float
158
+ // https://kotlinlang.org/docs/numbers.html#literal-constants-for-numbers
159
private fun getValueSuffix(gene: Gene): String {
160
return when (gene) {
161
is LongGene -> "L"
0 commit comments