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