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
733ca5a358a8282f932c5020d58763e1b5e6c1e2
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
javaInterop
T
History
Pavel Kunyavskiy
733ca5a358
[K/N] Unmute tests already working on native
...
Also, add issue references for some tests
2023-06-06 14:29:21 +00:00
..
foreignAnnotationsTests
/tests
Make sure that fix for KT-53041 works with additional LF
2022-12-12 11:39:05 +00:00
generics
[K/N] Unmute tests already working on native
2023-06-06 14:29:21 +00:00
notNullAssertions
K2: do not support disabling NoSourceCodeInNotNullAssertionExceptions
2023-06-06 10:06:39 +00:00
objectMethods
…
ambiguousJavaVararg.kt
…
conflictingOverloadsForThrowableInheritors2.kt
…
conflictingOverloadsForThrowableInheritors.kt
…
delegationToJavaDnn.kt
Fix deserialization exception for DNN types from Java
2022-12-12 12:42:14 +00:00
genericSamProjectedOut.kt
…
genericSamSmartcast.kt
…
javaInterfaceFieldDirectAccess.kt
FE: add some more tests around static field fake overrides
2023-01-26 15:27:58 +00:00
javaOuterClassDependsOnInner.kt
…
kt43217.kt
…
kt48590.kt
…
lambdaInstanceOf.kt
…
notFoundClasses.kt
…
protectedField.kt
…
samTypeParameter.kt
…
samUnboundTypeParameter.kt
…
superCallOfPrintStackTrace.kt
…
syntheticPropClashingWithJvmField.kt
[FIR2IR] Don't generate fake overrides for clashing synthetic properties
2023-02-15 10:10:31 +00:00
syntheticPropOverriddenGetter.kt
[FIR] Fix substituted synthetic property with overridden getter only
2023-03-08 08:35:02 +00:00
unresolvedJavaClassInDifferentFile.kt
…