This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a8e2893494de0315306a618e6a5dff32cb0873f5
kotlin-fork
/
idea
/
testData
/
checker
/
diagnosticsMessage
T
History
Mikhail Zarechenskiy
081b732070
Improve diagnostics for
lateinit
properties with generic type
...
#KT-11834 Fixed
2017-09-05 14:44:55 +03:00
..
fullPackageFQNameOnVisiblityError.kt
Report full package FQ name in compilation errors related to visibility
2017-08-07 18:49:55 +03:00
incompleteTypeArgumentList.kt
Simplify diagnostic when there are wrong number of type arguments
2017-07-12 14:37:27 +03:00
instantiationOfInnerClassInQualifiedForm.kt
Add test for obsolete issue
2017-07-07 14:20:01 +03:00
lateinitOfATypeWithNullableUpperBound.kt
Improve diagnostics for
lateinit
properties with generic type
2017-09-05 14:44:55 +03:00
nArgumentsExpectedMessage.kt
Simplify diagnostic when there are wrong number of type arguments
2017-07-12 14:37:27 +03:00
noSubstitutedTypeParameter.kt
Add test for obsolete issue
2017-06-22 13:41:30 +03:00
operatorCallDiagnosticsOnInOperator.kt
…