Test fix for android configuration

This commit is contained in:
Mikhael Bogdanov
2013-09-24 17:10:28 +04:00
parent 286eecffc5
commit 39b5be6e2b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
fun box() {
fun test() {
1.{Int.() -> 2}()
}

View File

@@ -1,4 +1,4 @@
fun box() {
fun test() {
fun local(s: Int) {
}