3d5003d476
- Switch to building stdlib with bootstrap compiler since IR is stable enough - Build stdlib with coreLibs by default - Include JS IR stdlib to kotlin distribution
14 lines
410 B
Kotlin
14 lines
410 B
Kotlin
/*
|
|
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
|
*/
|
|
|
|
@file:kotlin.wasm.internal.ExcludedFromCodegen
|
|
|
|
package kotlin.ranges
|
|
|
|
// Stubs for unimplemented classes used by CommonBackendContext
|
|
|
|
class CharProgression
|
|
class IntProgression
|
|
class LongProgression |