summaryrefslogtreecommitdiffhomepage
path: root/tr-tr/kotlin-tr.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'tr-tr/kotlin-tr.html.markdown')
-rw-r--r--tr-tr/kotlin-tr.html.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/tr-tr/kotlin-tr.html.markdown b/tr-tr/kotlin-tr.html.markdown
index 62756468..cc8815a7 100644
--- a/tr-tr/kotlin-tr.html.markdown
+++ b/tr-tr/kotlin-tr.html.markdown
@@ -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.