CFA test data updated

This commit is contained in:
Andrey Breslav
2013-12-03 18:26:27 +04:00
parent ef194ffe23
commit 81003ba298
15 changed files with 554 additions and 809 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
fun doSmth() {}
fun doSmth1() {}
fun doSmth2() {}
fun cond() {}
fun testCopy1() : Int {
try {
doSmth()
@@ -46,7 +51,7 @@ fun testCopy3() {
}
}
fun doTestCopy4() : Int {
fun doTestCopy4(list: List<String>?) : Int {
try {
doSmth()
}