What's the corresponding try-with-resource syntax ...
# getting-started
p
What's the corresponding try-with-resource syntax in Kotlin when interfacing with Java?
Copy code
try( val zip = ZipFile(jar) ) {


        }
give me syntax error