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
322f6fe7ac7aa8a69b41c00633d5b7dfd35781fa
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
generics
/
nullability
T
History
Stanislav Erokhin
298a075381
Minor. removed functions which declared in Standard.kt from diagnostic testdata.
...
Removed declaration for functions: TODO, run, with, apply, let.
2016-01-25 19:13:31 +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
Error on using extension function type as an upper bound
2015-11-06 06:31:52 +03:00
nullToGeneric.kt
drop BASE_WITH_NULLABLE_UPPER_BOUND
2015-10-14 20:51:01 +03:00
nullToGeneric.txt
…
smartCastRefinedClass.kt
Adjust testData to CharSequence.length transformation
2015-10-14 20:39:35 +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
Implicit receiver smart casts implementation and highlighting
2015-11-17 10:26:42 +03:00
smartCastsOnThis.txt
…
smartCastsValueArgument.kt
…
smartCastsValueArgument.txt
…
tpBoundsViolation.kt
drop BASE_WITH_NULLABLE_UPPER_BOUND
2015-10-14 20:51:01 +03:00
tpBoundsViolation.txt
…
tpBoundsViolationVariance.kt
drop BASE_WITH_NULLABLE_UPPER_BOUND
2015-10-14 20:51:01 +03:00
tpBoundsViolationVariance.txt
…
tpInBounds.kt
drop BASE_WITH_NULLABLE_UPPER_BOUND
2015-10-14 20:51:01 +03:00
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
…