Minor: Move AbstractParcelBytecodeListingTest to compiler tests, change its format a bit

This commit is contained in:
Yan Zhulanow
2018-08-18 04:11:17 +03:00
parent c6b5e8c40f
commit 6f7741b6bb
20 changed files with 184 additions and 139 deletions
@@ -37,9 +37,9 @@ import org.jetbrains.org.objectweb.asm.commons.InstructionAdapter
* parameter values substituted.
*/
class DefaultParameterValueSubstitutor(val state: GenerationState) {
private companion object {
companion object {
// rename -> JvmOverloads
private val ANNOTATION_TYPE_DESCRIPTOR_FOR_JVM_OVERLOADS_GENERATED_METHODS: String =
val ANNOTATION_TYPE_DESCRIPTOR_FOR_JVM_OVERLOADS_GENERATED_METHODS: String =
Type.getObjectType("synthetic/kotlin/jvm/GeneratedByJvmOverloads").descriptor
}