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
8baa9ba1deaabaab09dd75f02929f5602ac11539
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
scopes
/
classHeader
T
History
Denis Zharkov
60a0cd8cfd
Do not add error types as upper bounds in type parameter
...
#KT-10237 Fixed #KT-11821 Fixed #KT-8200 Fixed
2016-07-04 18:16:05 +03:00
..
annotationOnClass.kt
…
annotationOnClass.txt
…
annotationOnConstructors.kt
…
annotationOnConstructors.txt
…
classGenericParameters.kt
…
classGenericParameters.txt
Do not add error types as upper bounds in type parameter
2016-07-04 18:16:05 +03:00
classParents.kt
…
classParents.txt
…
companionObjectParents.kt
Don't allow to use own nested classes when resolve header of (companion) object
2015-12-15 19:41:13 +03:00
companionObjectParents.txt
Don't allow to use own nested classes when resolve header of (companion) object
2015-12-15 19:41:13 +03:00
companionObjectSuperConstructorArguments.kt
Don't allow to use own members when resolve super constructor call in (companion) object
2015-12-15 19:41:14 +03:00
companionObjectSuperConstructorArguments.txt
Don't allow to use own members when resolve super constructor call in (companion) object
2015-12-15 19:41:14 +03:00
constructors.kt
…
constructors.txt
…
delegation.kt
…
delegation.txt
…
objectParents.kt
Don't allow to use own nested classes when resolve header of (companion) object
2015-12-15 19:41:13 +03:00
objectParents.txt
Don't allow to use own nested classes when resolve header of (companion) object
2015-12-15 19:41:13 +03:00
objectSuperConstructorArguments.kt
Don't allow to use own members when resolve super constructor call in (companion) object
2015-12-15 19:41:14 +03:00
objectSuperConstructorArguments.txt
Don't allow to use own members when resolve super constructor call in (companion) object
2015-12-15 19:41:14 +03:00
simpleDelegation.kt
…
simpleDelegation.txt
…
superConstructorArguments.kt
…
superConstructorArguments.txt
…
superConstructorArgumentsInSecondaryConstructor.kt
…
superConstructorArgumentsInSecondaryConstructor.txt
Allow to use "static" part of class in own constructors by short name, including in primary constructor
2015-12-09 21:42:32 +03:00