mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-21 14:02:02 +02:00
[kotlin/tr] removed unused code
This commit is contained in:
@@ -326,10 +326,6 @@ fun helloWorld(val name : String) {
|
|||||||
}
|
}
|
||||||
println(result)
|
println(result)
|
||||||
|
|
||||||
fun myFun(x:Int) : Any {
|
|
||||||
if (x>10) return "b"
|
|
||||||
else return 1
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Bir objenin tipini 'is' operatörü ile tayin edebiliriz.
|
Bir objenin tipini 'is' operatörü ile tayin edebiliriz.
|
||||||
|
Reference in New Issue
Block a user