1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

[kotlin/tr] removed unused code

This commit is contained in:
baha
2017-07-31 15:53:26 +03:00
parent a270849823
commit 2858d07782

View File

@@ -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.