Wrokaround for import clash

This commit is contained in:
Andrey Breslav
2014-02-25 15:12:02 +04:00
parent da83154454
commit 7c8910bef6
@@ -2,6 +2,9 @@ package kotlin.jdbc
import java.sql.*
// Workaround for an import clash
import jet.Array
/**
* Executes the specfied block with result set and then closes it
*/