This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-18 08:31:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c021af0fef33b3be3302ba9cd2808b52f080fbd2
kotlin
/
compiler
/
testData
/
codegen
/
box
/
bridges
History
Ilya Matveev
eda43c8b45
Mute tests with standard collection extensions in native
2017-03-10 19:59:37 +03:00
..
substitutionInSuperClass
…
complexMultiInheritance.kt
…
complexTraitImpl.kt
Make several tests running on JS backend.
2016-11-21 18:20:33 +03:00
delegation.kt
…
delegationComplex.kt
…
delegationComplexWithList.kt
Do not reference java.util in tests that run on JS backend.
2016-11-21 18:20:33 +03:00
delegationProperty.kt
…
diamond.kt
…
fakeCovariantOverride.kt
…
fakeGenericCovariantOverride.kt
…
fakeGenericCovariantOverrideWithDelegation.kt
…
fakeOverrideOfTraitImpl.kt
…
fakeOverrideWithSeveralSuperDeclarations.kt
…
fakeOverrideWithSynthesizedImplementation.kt
…
genericProperty.kt
…
jsName.kt
…
jsNative.kt
JS: replace all usages of
@native
annotation with
external
modifier, in tests, stdlib, etc
2016-12-08 15:41:39 +03:00
kt318.kt
…
kt1939.kt
…
kt1959.kt
…
kt2498.kt
Mute tests with standard collection extensions in native
2017-03-10 19:59:37 +03:00
kt2702.kt
…
kt2833.kt
…
kt2920.kt
…
kt12416.kt
…
longChainOneBridge.kt
…
manyTypeArgumentsSubstitutedSuccessively.kt
…
methodFromTrait.kt
…
noBridgeOnMutableCollectionInheritance.kt
Make several tests running on JS backend.
2016-11-21 18:20:33 +03:00
objectClone.kt
…
overrideAbstractProperty.kt
…
overrideReturnType.kt
…
propertyAccessorsWithoutBody.kt
…
propertyDiamond.kt
…
propertyInConstructor.kt
…
propertySetter.kt
…
simple.kt
…
simpleEnum.kt
…
simpleGenericMethod.kt
…
simpleObject.kt
…
simpleReturnType.kt
…
simpleTraitImpl.kt
…
simpleUpperBound.kt
…
strListContains.kt
Mute tests with standard collection extensions in native
2017-03-10 19:59:37 +03:00
traitImplInheritsTraitImpl.kt
…
twoParentsWithDifferentMethodsTwoBridges2.kt
…
twoParentsWithDifferentMethodsTwoBridges.kt
…
twoParentsWithTheSameMethodOneBridge.kt
…