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
95ca2d8f9868c040e92dc07a809b0fe26700dbe5
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
generics
T
History
svtk
c1ec8cbde9
check Nothing type for all expressions not only for calls and simple names
...
(but excluding statement expressions)
2013-11-22 18:57:58 +04:00
..
tpAsReified
Disallowed using type parameter as reified type argument.
2013-10-01 15:06:57 +04:00
varProjection
check Nothing type for all expressions not only for calls and simple names
2013-11-22 18:57:58 +04:00
ClassObjectBoundsAreNotSupported.kt
Let the user know that class object bounds are not supported
2013-10-15 14:45:22 +04:00
kt1575-Class.kt
…
kt1575-ClassObject.kt
Let the user know that class object bounds are not supported
2013-10-15 14:45:22 +04:00
kt1575-Function.kt
…
Projections.kt
Redundant/conflicting projections
2012-11-24 15:59:16 +04:00
PseudoRawTypes.kt
EA-36903 - ISE: JavaTypeTransformer$.visitClassType Fixed
2013-01-10 16:16:49 +04:00
RawTypeInIsExpression.kt
Do not allow inference of type arguments on the rhs if there's no information available
2013-09-13 22:41:06 +02:00
RawTypeInIsPattern.kt
Do not allow inference of type arguments on the rhs if there's no information available
2013-09-13 22:41:06 +02:00
RecursiveUpperBoundCheck.kt
…
RecursiveUpperBoundWithTwoArguments.kt
…