Join Slack
Powered by
What's the corresponding try-with-resource syntax ...
# getting-started
p
permalmberg
01/15/2017, 4:52 PM
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
Open in Slack
Previous
Next