From 1760c3c90c16aadd0a2ae653627931b8e215a5c1 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 4 Dec 2013 18:35:53 +0400 Subject: [PATCH] Fix test data for Char members --- compiler/testData/builtin-classes.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/compiler/testData/builtin-classes.txt b/compiler/testData/builtin-classes.txt index 3379b00b049..7a90cd99dbc 100644 --- a/compiler/testData/builtin-classes.txt +++ b/compiler/testData/builtin-classes.txt @@ -213,13 +213,13 @@ public final class Char : jet.Hashable, jet.Comparable { public final fun times(/*0*/ other: jet.Int): jet.Int public final fun times(/*0*/ other: jet.Long): jet.Long public final fun times(/*0*/ other: jet.Short): jet.Int - public open fun toByte(): jet.Byte - public open fun toChar(): jet.Char - public open fun toDouble(): jet.Double - public open fun toFloat(): jet.Float - public open fun toInt(): jet.Int - public open fun toLong(): jet.Long - public open fun toShort(): jet.Short + public final fun toByte(): jet.Byte + public final fun toChar(): jet.Char + public final fun toDouble(): jet.Double + public final fun toFloat(): jet.Float + public final fun toInt(): jet.Int + public final fun toLong(): jet.Long + public final fun toShort(): jet.Short } public final class CharArray {