Files
kotlin-fork/eval4j
Alexander Udalov 0ea3b4ade4 Fix multiple resource leaks by closing InputStream instances
The main fix is in BuiltInsPackageFragment, the rest is the improvement of
other usages of getResourceAsStream

 #KT-11433 Fixed
2016-03-30 21:41:43 +03: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.