Changed behavior

This commit is contained in:
Valentin Kipyatkov
2015-11-03 21:39:29 +03:00
parent b73c574d19
commit 731f19ee36
3 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -49,6 +49,6 @@ abstract class A : Base(), I {
// EXIST_JAVA_ONLY: { itemText: "getAbsolutePath", attributes: "" }
// ABSENT: absolutePath
// EXIST: { itemText: "onLambda1", tailText: " {...} (p: () -> Unit)", attributes: "" }
// EXIST: { itemText: "onLambda1", tailText: "(p: () -> Unit)", attributes: "" }
// EXIST: { itemText: "onLambda2", tailText: "(p: (Int, String) -> Unit)", attributes: "" }
// EXIST: { itemText: "onLambda2", tailText: " { Int, String -> ... } (p: (Int, String) -> Unit)", attributes: "" }
// ABSENT: { itemText: "onLambda2", tailText: " { Int, String -> ... } (p: (Int, String) -> Unit)" }