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
fbb4914bfb6830d61ee76a6136effbdfcca4fe24
kotlin-fork
/
compiler
/
testData
/
ir
/
irText
/
declarations
/
parameters
T
History
Dmitry Petrov
cb301763f3
psi2ir: Fix implicit casts generation
...
Implicit cast from T to S is not required if T <: S.makeNullable()
2018-05-30 12:02:34 +03:00
..
class.kt
…
class.txt
IrClass.isInner
2018-05-14 10:37:27 +03:00
constructor.kt
…
constructor.txt
IR: IrSimpleFunction.correspondingProperty: IrProperty?
2018-05-25 09:40:51 +03:00
dataClassMembers.kt
…
dataClassMembers.txt
psi2ir: Fix implicit casts generation
2018-05-30 12:02:34 +03:00
defaultPropertyAccessors.kt
…
defaultPropertyAccessors.txt
IR: IrSimpleFunction.correspondingProperty: IrProperty?
2018-05-25 09:40:51 +03:00
delegatedMembers.kt
…
delegatedMembers.txt
IR: IrSimpleFunction.correspondingProperty: IrProperty?
2018-05-25 09:40:51 +03:00
fun.kt
…
fun.txt
IR: IrConstructor.isPrimary
2018-05-11 11:24:46 +03:00
genericInnerClass.kt
Render receivers as 'this@owner: type'
2017-05-04 09:33:03 +03:00
genericInnerClass.txt
IrClass.isInner
2018-05-14 10:37:27 +03:00
lambdas.kt
…
lambdas.txt
IR: IrSimpleFunction.correspondingProperty: IrProperty?
2018-05-25 09:40:51 +03:00
localFun.kt
…
localFun.txt
Generate super classes and overridden functions in proper scope
2018-02-28 10:35:13 +03:00
propertyAccessors.kt
…
propertyAccessors.txt
IR: IrSimpleFunction.correspondingProperty: IrProperty?
2018-05-25 09:40:51 +03:00
typeParameterBeforeBound.kt
Fix psi2ir when type parameter bound goes after the type parameter
2018-03-16 14:47:18 +03:00
typeParameterBeforeBound.txt
IR: IrSimpleFunction.correspondingProperty: IrProperty?
2018-05-25 09:40:51 +03:00
typeParameterBoundedBySubclass.kt
Add one more IR text test case
2018-03-16 14:47:20 +03:00
typeParameterBoundedBySubclass.txt
IR: IrConstructor.isPrimary
2018-05-11 11:24:46 +03:00