IR: IrField.isStatic

This commit is contained in:
Dmitry Petrov
2018-07-27 14:19:06 +03:00
parent 8d97512179
commit 6dfcf15a39
62 changed files with 11242 additions and 11234 deletions
@@ -1,6 +1,6 @@
FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
PROPERTY name:testSimpleUIntLiteral visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testSimpleUIntLiteral type:kotlin.UInt visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testSimpleUIntLiteral type:kotlin.UInt visibility:public flags:final,static
EXPRESSION_BODY
CONST Int type=kotlin.UInt value=1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testSimpleUIntLiteral> visibility:public modality:FINAL <> () returnType:kotlin.UInt flags:
@@ -9,7 +9,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testSimpleUIntLiteral>(): UInt'
GET_FIELD 'testSimpleUIntLiteral: UInt' type=kotlin.UInt origin=null
PROPERTY name:testSimpleUIntLiteralWithOverflow visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testSimpleUIntLiteralWithOverflow type:kotlin.UInt visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testSimpleUIntLiteralWithOverflow type:kotlin.UInt visibility:public flags:final,static
EXPRESSION_BODY
CONST Int type=kotlin.UInt value=-1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testSimpleUIntLiteralWithOverflow> visibility:public modality:FINAL <> () returnType:kotlin.UInt flags:
@@ -18,7 +18,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testSimpleUIntLiteralWithOverflow>(): UInt'
GET_FIELD 'testSimpleUIntLiteralWithOverflow: UInt' type=kotlin.UInt origin=null
PROPERTY name:testUByteWithExpectedType visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testUByteWithExpectedType type:kotlin.UByte visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testUByteWithExpectedType type:kotlin.UByte visibility:public flags:final,static
EXPRESSION_BODY
CONST Byte type=kotlin.UByte value=1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testUByteWithExpectedType> visibility:public modality:FINAL <> () returnType:kotlin.UByte flags:
@@ -27,7 +27,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testUByteWithExpectedType>(): UByte'
GET_FIELD 'testUByteWithExpectedType: UByte' type=kotlin.UByte origin=null
PROPERTY name:testUShortWithExpectedType visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testUShortWithExpectedType type:kotlin.UShort visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testUShortWithExpectedType type:kotlin.UShort visibility:public flags:final,static
EXPRESSION_BODY
CONST Short type=kotlin.UShort value=1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testUShortWithExpectedType> visibility:public modality:FINAL <> () returnType:kotlin.UShort flags:
@@ -36,7 +36,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testUShortWithExpectedType>(): UShort'
GET_FIELD 'testUShortWithExpectedType: UShort' type=kotlin.UShort origin=null
PROPERTY name:testUIntWithExpectedType visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testUIntWithExpectedType type:kotlin.UInt visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testUIntWithExpectedType type:kotlin.UInt visibility:public flags:final,static
EXPRESSION_BODY
CONST Int type=kotlin.UInt value=1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testUIntWithExpectedType> visibility:public modality:FINAL <> () returnType:kotlin.UInt flags:
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testUIntWithExpectedType>(): UInt'
GET_FIELD 'testUIntWithExpectedType: UInt' type=kotlin.UInt origin=null
PROPERTY name:testULongWithExpectedType visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testULongWithExpectedType type:kotlin.ULong visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testULongWithExpectedType type:kotlin.ULong visibility:public flags:final,static
EXPRESSION_BODY
CONST Long type=kotlin.ULong value=1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testULongWithExpectedType> visibility:public modality:FINAL <> () returnType:kotlin.ULong flags:
@@ -54,7 +54,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testULongWithExpectedType>(): ULong'
GET_FIELD 'testULongWithExpectedType: ULong' type=kotlin.ULong origin=null
PROPERTY name:testToUByte visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testToUByte type:kotlin.UByte visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testToUByte type:kotlin.UByte visibility:public flags:final,static
EXPRESSION_BODY
CALL 'toUByte() on Int: UByte' type=kotlin.UByte origin=null
$receiver: CONST Int type=kotlin.Int value=1
@@ -64,7 +64,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testToUByte>(): UByte'
GET_FIELD 'testToUByte: UByte' type=kotlin.UByte origin=null
PROPERTY name:testToUShort visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testToUShort type:kotlin.UShort visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testToUShort type:kotlin.UShort visibility:public flags:final,static
EXPRESSION_BODY
CALL 'toUShort() on Int: UShort' type=kotlin.UShort origin=null
$receiver: CONST Int type=kotlin.Int value=1
@@ -74,7 +74,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testToUShort>(): UShort'
GET_FIELD 'testToUShort: UShort' type=kotlin.UShort origin=null
PROPERTY name:testToUInt visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testToUInt type:kotlin.UInt visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testToUInt type:kotlin.UInt visibility:public flags:final,static
EXPRESSION_BODY
CALL 'toUInt() on Int: UInt' type=kotlin.UInt origin=null
$receiver: CONST Int type=kotlin.Int value=1
@@ -84,7 +84,7 @@ FILE fqName:<root> fileName:/unsignedIntegerLiterals.kt
RETURN type=kotlin.Nothing from='<get-testToUInt>(): UInt'
GET_FIELD 'testToUInt: UInt' type=kotlin.UInt origin=null
PROPERTY name:testToULong visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:testToULong type:kotlin.ULong visibility:public flags:final
FIELD PROPERTY_BACKING_FIELD name:testToULong type:kotlin.ULong visibility:public flags:final,static
EXPRESSION_BODY
CALL 'toULong() on Int: ULong' type=kotlin.ULong origin=null
$receiver: CONST Int type=kotlin.Int value=1