Generate optimized hashCode for primitive type with jvmTarget 1.8+

#KT-7571 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-06-27 14:09:26 +02:00
parent d7e4350d42
commit 69457ef3f1
15 changed files with 293 additions and 29 deletions
@@ -489,6 +489,10 @@ fun main(args: Array<String>) {
testClass<AbstractWriteFlagsTest> {
model("codegen/java8/writeFlags")
}
testClass<AbstractBytecodeTextTest>("BytecodeTextJava8TestGenerated") {
model("codegen/java8/bytecodeText")
}
}
testGroup("idea/tests", "idea/testData") {