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
a67382fdec28083ea8888dcf63d53df7ebbdfd3e
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
generics
/
nullability
T
History
Mikhail Zarechenskiy
90a8a164b4
Fix false warning about check for instance of nullable type
...
#KT-12269 Fixed
2017-04-05 21:35:09 +03:00
..
declarationsBoundsViolation.kt
…
declarationsBoundsViolation.txt
…
expressionsBoundsViolation.kt
…
expressionsBoundsViolation.txt
…
functionalBound.kt
Separate UNSAFE_IMPLICIT_INVOKE_CALL diagnostics introduced (see KT-8252)
2016-01-15 17:22:54 +03:00
functionalBound.txt
…
nullToGeneric.kt
…
nullToGeneric.txt
…
smartCastRefinedClass.kt
Fix false warning about check for instance of nullable type
2017-04-05 21:35:09 +03:00
smartCastRefinedClass.txt
…
smartCasts.kt
Type intersection fix: T & (final A) is no more calculated as just A #KT-7801 Fixed
2016-01-22 16:37:04 +03:00
smartCasts.txt
…
smartCastsOnThis.kt
…
smartCastsOnThis.txt
…
smartCastsValueArgument.kt
…
smartCastsValueArgument.txt
…
tpBoundsViolation.kt
…
tpBoundsViolation.txt
…
tpBoundsViolationVariance.kt
…
tpBoundsViolationVariance.txt
…
tpInBounds.kt
…
tpInBounds.txt
…
useAsReceiver.kt
Minor. removed functions which declared in Standard.kt from diagnostic testdata.
2016-01-25 19:13:31 +03:00
useAsReceiver.txt
Minor. removed functions which declared in Standard.kt from diagnostic testdata.
2016-01-25 19:13:31 +03:00
useAsValueArgument.kt
…
useAsValueArgument.txt
…