Prepare repository for merge into master

This commit is contained in:
Pavel V. Talanov
2013-10-28 15:20:07 +04:00
parent 8537254b6f
commit 375951798e
801 changed files with 63 additions and 3680 deletions
@@ -2,10 +2,10 @@ try
{
callMethod(params)
}
catch (e : Exception?) {
catch (e : Exception) {
println(1)
}
catch (e : IOException?) {
catch (e : IOException) {
println(0)
}
finally
@@ -1,10 +1,10 @@
try
{
}
catch (e : Exception?) {
catch (e : Exception) {
println(1)
}
catch (e : IOException?) {
catch (e : IOException) {
println(0)
}
finally
@@ -1,10 +1,10 @@
try
{
}
catch (e : Exception?) {
catch (e : Exception) {
println(1)
}
catch (e : IOException?) {
catch (e : IOException) {
println(0)
}
finally
@@ -1,9 +1,9 @@
try
{
}
catch (e : Exception?) {
catch (e : Exception) {
println(1)
}
catch (e : IOException?) {
catch (e : IOException) {
println(0)
}