Files
kotlin-fork/eval4j
Mikhael Bogdanov 98fa26c2d8 Use proper type constructor in eval4j
ASM 7 changes default behavior for 'getTypeInternal' (was 'getType') method.
 Now it's throwing exception instead of create 'METHOD' Type.
 Old behavior was equals to 'Type.getMethodType("<invalid>")'

 #KT-27833 Fixed
2018-10-30 16:30:03 +01:00
..
2014-04-24 16:48:02 +04:00

eval4j is a Java byte code interpreter written in Kotlin. Its primary use case is implementing expression evaluation in debuggers.