link test
This commit is contained in:
committed by
alexander-gorshenev
parent
72da55623c
commit
1e87dfeb8b
@@ -0,0 +1,7 @@
|
||||
package qwerty
|
||||
|
||||
fun foo(a: Int): Int {
|
||||
return a
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
package qwerty
|
||||
|
||||
fun foo2(a: Int): Int {
|
||||
return a
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
package qwerty
|
||||
|
||||
fun bar(a: Int): Int {
|
||||
return foo(foo2(a))
|
||||
}
|
||||
Reference in New Issue
Block a user