Logo
Explore Help
Register Sign In
azalea/kotlin-fork
1
0
Fork 0
You've already forked kotlin-fork
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
41fd43b5e53ed84dd87b95339851380710849861
kotlin-fork/compiler/testData/diagnostics/tests/nullabilityAndAutoCasts
T
History
Andrey Breslav 41fd43b5e5 GreatSyntacticShift: Syntax for function types, function literals, when and tuples
Bug:
fun loop(var times : Int) {
   while(times > 0) {
        val u : (value : Int) -> Unit = { // This arrow is confusing the lookahead
            System.out?.println(it)
        }
        u(times--)
   }
}
2011-12-20 22:55:25 +04:00
..
InfixCallNullability.jet
'quick' directory renamed to 'tests' which reflects its contents
2011-12-01 14:40:31 +03:00
kt244.jet
GreatSyntacticShift: Syntax for function types, function literals, when and tuples
2011-12-20 22:55:25 +04:00
kt362.jet
GreatSyntacticShift: Syntax for function types, function literals, when and tuples
2011-12-20 22:55:25 +04:00
NullableNothingIsExactlyNull.jet
'quick' directory renamed to 'tests' which reflects its contents
2011-12-01 14:40:31 +03:00
PreferExtensionsOnNullableReceiver.jet
'quick' directory renamed to 'tests' which reflects its contents
2011-12-01 14:40:31 +03:00
ReceiverNullability.jet
'quick' directory renamed to 'tests' which reflects its contents
2011-12-01 14:40:31 +03:00
Powered by Gitea Version: 1.26.1 Page: 76ms Template: 2ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API