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
25e853606efe7a5806ac27466395763a0e171be0
kotlin-fork
/
compiler
/
fir
/
resolve
/
testData
/
loadCompiledKotlin
/
visibility
T
History
Mikhail Glukhikh
98f72e58bd
FIR deserializer: use class type parameters in constructor directly
...
This allows calls like Pair(...) to be resolved correctly
2019-09-05 16:26:15 +03:00
..
InternalClass.txt
FIR: add class type parameters to constructors & change their rendering
2019-04-10 13:31:01 +03:00
InternalConstructor.txt
FIR: add class type parameters to constructors & change their rendering
2019-04-10 13:31:01 +03:00
InternalTopLevelMembers.txt
…
PrivateClass.txt
FIR: add class type parameters to constructors & change their rendering
2019-04-10 13:31:01 +03:00
PrivateClassMembers.txt
FIR deserializer: support properties
2019-04-30 18:45:47 +03:00
PrivateTopLevelFun.txt
…
PrivateTopLevelVal.txt
…
PrivateToThis.txt
FIR deserializer: use class type parameters in constructor directly
2019-09-05 16:26:15 +03:00
PropertyInConstructor.txt
FIR deserializer: support properties
2019-04-30 18:45:47 +03:00
PropertyInConstructorExplicitVisibility.txt
FIR deserializer: support properties
2019-04-30 18:45:47 +03:00
TopLevelVarWithPrivateSetter.txt
…