fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package
|
||||
|
||||
internal fun executeQuery(/*0*/ statement: java.sql.PreparedStatement): kotlin.Unit
|
||||
internal fun executeQuery(/*0*/ statement: java.sql.Statement, /*1*/ cmd: kotlin.String?): kotlin.Unit
|
||||
internal fun executeUpdate(/*0*/ statement: java.sql.Statement, /*1*/ cmd: kotlin.String?): kotlin.Unit
|
||||
public fun executeQuery(/*0*/ statement: java.sql.PreparedStatement): kotlin.Unit
|
||||
public fun executeQuery(/*0*/ statement: java.sql.Statement, /*1*/ cmd: kotlin.String?): kotlin.Unit
|
||||
public fun executeUpdate(/*0*/ statement: java.sql.Statement, /*1*/ cmd: kotlin.String?): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user