diff options
| author | baha <bahacan19@gmail.com> | 2017-07-31 15:53:26 +0300 |
|---|---|---|
| committer | baha <bahacan19@gmail.com> | 2017-07-31 15:53:26 +0300 |
| commit | 2858d077827308b8ca4ba7a8185715461503bee6 (patch) | |
| tree | f86ae2064063aa373d950a031bd84fe47d09dd56 | |
| parent | a270849823677f27fca8fd7253913472fe22e01e (diff) | |
[kotlin/tr] removed unused code
| -rw-r--r-- | tr-tr/kotlin-tr.html.markdown | 4 |
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. |
