Migrate kotlin sources, maven projects and stdlib to new lambda syntax
This commit is contained in:
@@ -57,7 +57,7 @@ class JdbcTest {
|
||||
}
|
||||
|
||||
test fun mapIterator() {
|
||||
val mapper = { (rs : ResultSet) ->
|
||||
val mapper = { rs: ResultSet ->
|
||||
"id: ${rs["id"]}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user