method_mult avoided

This commit is contained in:
Sergey Ignatov
2011-11-07 13:20:46 +04:00
parent c9c153cd72
commit 4e6e488e28
20 changed files with 40 additions and 23 deletions
@@ -1 +1,2 @@
fun getT() : T? { }
fun getT() : T? {
}
@@ -1 +1,2 @@
fun main() : Unit { }
fun main() : Unit {
}
+2 -1
View File
@@ -1 +1,2 @@
fun test() : Unit { }
fun test() : Unit {
}
@@ -1 +1,2 @@
fun main() : String? { }
fun main() : String? {
}
@@ -1 +1,2 @@
fun main() : Int { }
fun main() : Int {
}
@@ -1 +1,2 @@
fun main() : Boolean { }
fun main() : Boolean {
}
@@ -1 +1,3 @@
fun isTrue() : Boolean { return true }
fun isTrue() : Boolean {
return true
}
@@ -1 +1,2 @@
fun putU<U>(u : U?) : Unit { }
fun putU<U>(u : U?) : Unit {
}
@@ -1 +1,2 @@
fun putUVW<U, V, W>(u : U?, v : V?, w : W?) : Unit { }
fun putUVW<U, V, W>(u : U?, v : V?, w : W?) : Unit {
}
+2 -1
View File
@@ -1 +1,2 @@
private fun test() : Unit { }
private fun test() : Unit {
}
+2 -1
View File
@@ -1 +1,2 @@
protected fun test() : Unit { }
protected fun test() : Unit {
}
+2 -1
View File
@@ -1 +1,2 @@
public fun test() : Unit { }
public fun test() : Unit {
}