Kotlin / kotlin-koans

Kotlin workshop
MIT License
2.6k stars 1.41k forks source link

How to run single test? #24

Closed mjurkus closed 9 years ago

mjurkus commented 9 years ago

How to run single test with IDEA?

When I'm selecting _00_Start and Run testOk() IDEA is trying to compile whole project and fails with 248 errors.`

Information:Kotlin: Kotlin JPS plugin version 0.10.195.1
Information:Kotlin: Using kotlin-home = /home/martynas/.IdeaIC14/config/plugins/Kotlin/kotlinc
Information:Kotlin: Kotlin Compiler version 0.10.195.1
Information:7/6/15 1:01 PM - Compilation completed with 240 errors and 90 warnings in 8 sec
/home/martynas/sandbox/workshop-jb/src/vi_generics/_28_GenericFunctions.kt
Error:(17, 25) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(17, 37) Kotlin: Expecting parameter name
Error:(17, 24) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Error:(18, 27) Kotlin: Unresolved reference: it
/home/martynas/sandbox/workshop-jb/src/v_collections/todoUtil.kt
Error:(10, 28) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(10, 35) Kotlin: Expecting parameter name
Error:(10, 24) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
/home/martynas/sandbox/workshop-jb/src/syntax/lambdas.kt
Error:(14, 11) Kotlin: Expecting an expression
Error:(14, 11) Kotlin: Expecting ')'
Error:(14, 44) Kotlin: Unexpected tokens (use ';' to separate expressions on the same line)
Error:(16, 15) Kotlin: Expecting an expression
Error:(16, 19) Kotlin: Expecting function name or receiver type
Error:(14, 16) Kotlin: Unresolved reference: x
Error:(14, 24) Kotlin: Unresolved reference: y
Error:(14, 39) Kotlin: Unresolved reference: x
Error:(14, 43) Kotlin: Unresolved reference: y
Error:(17, 11) Kotlin: Variable 'sum1' must be initialized
/home/martynas/sandbox/workshop-jb/src/syntax/forWhileLoops.kt
Error:(27, 14) Kotlin: Unexpected tokens (use ';' to separate expressions on the same line)
Error:(28, 18) Kotlin: Unexpected tokens (use ';' to separate expressions on the same line)
Error:(27, 5) Kotlin: Unresolved reference: outerLoop
Warning:(27, 29) Kotlin: The function literal is unused. If you mean block, you can use 'run { ... }'
Error:(28, 9) Kotlin: Unresolved reference: innerLoop
Error:(29, 17) Kotlin: Unresolved reference: i
Error:(30, 17) Kotlin: The label '@innerLoop' does not denote a loop
Error:(30, 25) Kotlin: Unresolved reference: @innerLoop
Error:(33, 17) Kotlin: The label '@outerLoop' does not denote a loop
Error:(33, 22) Kotlin: Unresolved reference: @outerLoop
/home/martynas/sandbox/workshop-jb/src/syntax/operatorOverloading.kt
Error:(9, 13) Kotlin: Expecting a top level declaration
Error:(11, 1) Kotlin: Expecting a top level declaration
Error:(24, 13) Kotlin: Expecting a top level declaration
Error:(39, 1) Kotlin: Expecting a top level declaration
Error:(41, 1) Kotlin: Expecting a top level declaration
Error:(41, 10) Kotlin: Expecting a top level declaration
Error:(41, 11) Kotlin: Expecting a top level declaration
Error:(41, 12) Kotlin: Expecting a top level declaration
Error:(41, 32) Kotlin: Expecting a top level declaration
Error:(41, 33) Kotlin: Expecting a top level declaration
Error:(41, 35) Kotlin: Expecting a top level declaration
Error:(41, 36) Kotlin: Expecting a top level declaration
Error:(41, 48) Kotlin: Expecting a top level declaration
Error:(41, 49) Kotlin: Expecting a top level declaration
Error:(62, 13) Kotlin: Expecting a top level declaration
Error:(68, 1) Kotlin: Expecting a top level declaration
Error:(76, 27) Kotlin: Expecting a top level declaration
Error:(78, 1) Kotlin: Expecting a top level declaration
Error:(90, 23) Kotlin: Expecting a top level declaration
Error:(93, 1) Kotlin: Expecting a top level declaration
Error:(10, 5) Kotlin: Function 'compareTo' must have a body
Error:(10, 26) Kotlin: Unresolved reference: C
Error:(13, 14) Kotlin: Unresolved reference: C
Error:(13, 21) Kotlin: Unresolved reference: C
Error:(26, 5) Kotlin: Function 'plus' must have a body
Error:(27, 5) Kotlin: Function 'minus' must have a body
Error:(29, 5) Kotlin: Function 'inc' must have a body
Error:(29, 16) Kotlin: Unresolved reference: B
Error:(30, 5) Kotlin: Function 'dec' must have a body
Error:(30, 16) Kotlin: Unresolved reference: B
Error:(33, 5) Kotlin: Function 'plus' must have a body
Error:(33, 17) Kotlin: Unresolved reference: A
Error:(33, 21) Kotlin: Unresolved reference: B
Error:(34, 5) Kotlin: Function 'minus' must have a body
Error:(34, 18) Kotlin: Unresolved reference: A
Error:(34, 22) Kotlin: Unresolved reference: B
Error:(35, 5) Kotlin: Function 'times' must have a body
Error:(35, 18) Kotlin: Unresolved reference: A
Error:(35, 22) Kotlin: Unresolved reference: B
Error:(36, 5) Kotlin: Function 'div' must have a body
Error:(36, 16) Kotlin: Unresolved reference: A
Error:(36, 20) Kotlin: Unresolved reference: B
Error:(37, 5) Kotlin: Function 'mod' must have a body
Error:(37, 16) Kotlin: Unresolved reference: A
Error:(37, 20) Kotlin: Unresolved reference: B
Error:(38, 5) Kotlin: Function 'rangeTo' must have a body
Error:(38, 20) Kotlin: Unresolved reference: A
Error:(38, 24) Kotlin: Unresolved reference: B
Error:(42, 33) Kotlin: Unresolved reference: A
Error:(42, 39) Kotlin: Unresolved reference: B
Error:(57, 8) Kotlin: Assignment operators ambiguity: 
internal open fun <ERROR FUNCTION>(): [ERROR : <ERROR FUNCTION RETURN TYPE>] defined in root package
internal open fun <ERROR FUNCTION>(): [ERROR : <ERROR FUNCTION RETURN TYPE>] defined in root package
Warning:(59, 10) Kotlin: The value 'b1 + a' assigned to 'var b1: [ERROR : B] defined in syntax.operatorOverloading.binaryAndUnaryOperations' is never used
Error:(63, 5) Kotlin: Function 'plusAssign' must have a body
Error:(63, 23) Kotlin: Unresolved reference: A
Error:(64, 5) Kotlin: Function 'minusAssign' must have a body
Error:(64, 24) Kotlin: Unresolved reference: A
Error:(65, 5) Kotlin: Function 'timesAssign' must have a body
Error:(65, 24) Kotlin: Unresolved reference: A
Error:(66, 5) Kotlin: Function 'divAssign' must have a body
Error:(66, 22) Kotlin: Unresolved reference: A
Error:(67, 5) Kotlin: Function 'modAssign' must have a body
Error:(67, 22) Kotlin: Unresolved reference: A
Error:(70, 29) Kotlin: Unresolved reference: D
Error:(70, 35) Kotlin: Unresolved reference: A
Error:(71, 7) Kotlin: Assignment operators ambiguity: 
internal open fun <ERROR FUNCTION>(): [ERROR : <ERROR FUNCTION RETURN TYPE>] defined in root package
internal open fun <ERROR FUNCTION>(): [ERROR : <ERROR FUNCTION RETURN TYPE>] defined in root package
Error:(77, 5) Kotlin: Function 'contains' must have a body
Error:(77, 21) Kotlin: Unresolved reference: E
Error:(80, 24) Kotlin: Unresolved reference: MyCollection
Error:(80, 37) Kotlin: Unresolved reference: A
Error:(80, 44) Kotlin: Unresolved reference: A
Error:(91, 5) Kotlin: Function 'get' must have a body
Error:(91, 16) Kotlin: Unresolved reference: K
Error:(91, 20) Kotlin: Unresolved reference: V
Error:(92, 5) Kotlin: Function 'set' must have a body
Error:(92, 16) Kotlin: Unresolved reference: K
Error:(92, 22) Kotlin: Unresolved reference: V
Error:(95, 27) Kotlin: Unresolved reference: MyMap
Error:(95, 33) Kotlin: Unresolved reference: A
Error:(95, 36) Kotlin: Unresolved reference: B
Error:(95, 43) Kotlin: Unresolved reference: A
Error:(95, 49) Kotlin: Unresolved reference: B
/home/martynas/sandbox/workshop-jb/src/syntax/enums.kt
Error:(4, 11) Kotlin: Expecting an enum entry or member declaration
Error:(10, 8) Kotlin: Expecting an enum entry or member declaration
Error:(10, 9) Kotlin: Expecting an enum entry or member declaration
Error:(10, 17) Kotlin: Expecting an enum entry or member declaration
Error:(10, 18) Kotlin: Expecting an enum entry or member declaration
Error:(11, 10) Kotlin: Expecting an enum entry or member declaration
Error:(11, 11) Kotlin: Expecting an enum entry or member declaration
Error:(11, 19) Kotlin: Expecting an enum entry or member declaration
Error:(11, 20) Kotlin: Expecting an enum entry or member declaration
Error:(12, 9) Kotlin: Expecting an enum entry or member declaration
Error:(12, 10) Kotlin: Expecting an enum entry or member declaration
Error:(12, 18) Kotlin: Expecting an enum entry or member declaration
Error:(18, 6) Kotlin: Expecting an enum entry or member declaration
Error:(10, 5) Kotlin: Missing delegation specifier 'Color'
Error:(11, 5) Kotlin: Missing delegation specifier 'Color'
Error:(12, 5) Kotlin: Missing delegation specifier 'Color'
/home/martynas/sandbox/workshop-jb/src/syntax/qualifiedThis.kt
Error:(9, 45) Kotlin: Label must be named
Error:(14, 26) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(14, 35) Kotlin: Expecting parameter name
Error:(21, 13) Kotlin: Expecting a top level declaration
Error:(21, 26) Kotlin: Expecting a top level declaration
Error:(22, 13) Kotlin: Expecting a top level declaration
Error:(22, 26) Kotlin: Expecting a top level declaration
Error:(23, 13) Kotlin: Expecting a top level declaration
Error:(23, 26) Kotlin: Expecting a top level declaration
Error:(27, 15) Kotlin: Label must be named
Error:(28, 19) Kotlin: Label must be named
Warning:(9, 17) Kotlin: Variable 'fl' is never used
Error:(9, 44) Kotlin: Unresolved reference: S
Error:(10, 31) Kotlin: Unresolved reference: @S
Error:(11, 29) Kotlin: Unresolved reference: @S
Warning:(14, 17) Kotlin: Variable 'fl2' is never used
Error:(14, 25) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Error:(24, 5) Kotlin: Unresolved reference: B
Error:(24, 14) Kotlin: Unresolved reference: C
Error:(26, 43) Kotlin: Unresolved reference: A
Error:(26, 49) Kotlin: Unresolved reference: B
Error:(27, 12) Kotlin: No value passed for parameter f
Error:(28, 16) Kotlin: No value passed for parameter f
Error:(29, 13) Kotlin: Unresolved reference: foo
Error:(30, 17) Kotlin: 'this' is not defined in this context
Error:(30, 25) Kotlin: 'this' is not defined in this context
Error:(33, 17) Kotlin: 'this' is not defined in this context
Error:(34, 21) Kotlin: Unresolved reference: @B
Error:(35, 21) Kotlin: Unresolved reference: @A
/home/martynas/sandbox/workshop-jb/src/syntax/classesObjectsInterfaces.kt
Error:(4, 27) Kotlin: Expecting a top level declaration
Error:(7, 1) Kotlin: Expecting a top level declaration
Error:(49, 55) Kotlin: Expecting an expression
Error:(49, 55) Kotlin: Expecting ')'
Error:(49, 62) Kotlin: Expecting a top level declaration
Error:(49, 67) Kotlin: Expecting a top level declaration
Error:(49, 69) Kotlin: Expecting a top level declaration
Error:(54, 22) Kotlin: Name expected
Error:(57, 1) Kotlin: Expecting a top level declaration
Error:(5, 5) Kotlin: Function 'foo' must have a body
Error:(15, 19) Kotlin: Unresolved reference: SimpleInterface
Error:(15, 36) Kotlin: Only one class may appear in a supertype list
Error:(16, 5) Kotlin: 'foo' overrides nothing
Error:(19, 40) Kotlin: Unresolved reference: SimpleInterface
Error:(54, 5) Kotlin: Unresolved reference: companion
Error:(55, 57) Kotlin: Too many arguments for public constructor ClassWithPrivateConstructor() defined in syntax.classesObjectsInterfaces.ClassWithPrivateConstructor
Error:(60, 33) Kotlin: Unresolved reference: newInstance
/home/martynas/sandbox/workshop-jb/src/ii_conventions/_11_Comparison_.kt
Error:(12, 13) Kotlin: Expecting a top level declaration
Error:(14, 1) Kotlin: Expecting a top level declaration
Error:(34, 32) Kotlin: Unexpected tokens (use ';' to separate expressions on the same line)
Error:(13, 5) Kotlin: Function 'compareTo' must have a body
Error:(13, 26) Kotlin: Unresolved reference: B
Error:(16, 14) Kotlin: Unresolved reference: B
Error:(16, 21) Kotlin: Unresolved reference: B
Error:(34, 20) Kotlin: Unresolved reference: date
Warning:(37, 12) Kotlin: Parameter 'date1' is never used
Warning:(37, 27) Kotlin: Parameter 'date2' is never used
/home/martynas/sandbox/workshop-jb/src/ii_conventions/_15_OperatorsOverloading.kt
Error:(16, 13) Kotlin: Expecting a top level declaration
Error:(20, 1) Kotlin: Expecting a top level declaration
Error:(40, 32) Kotlin: Unexpected tokens (use ';' to separate expressions on the same line)
Error:(17, 5) Kotlin: Function 'plus' must have a body
Error:(17, 17) Kotlin: Unresolved reference: A
Error:(17, 21) Kotlin: Unresolved reference: A
Error:(18, 5) Kotlin: Function 'times' must have a body
Error:(18, 18) Kotlin: Unresolved reference: A
Error:(18, 22) Kotlin: Unresolved reference: A
Error:(19, 5) Kotlin: Function 'not' must have a body
Error:(19, 16) Kotlin: Unresolved reference: A
Error:(22, 13) Kotlin: Unresolved reference: A
Error:(22, 20) Kotlin: Unresolved reference: A
Error:(40, 20) Kotlin: Unresolved reference: date
Error:(41, 9) Kotlin: Unresolved reference: date
Error:(41, 31) Kotlin: Unresolved reference: timeInterval
Warning:(44, 14) Kotlin: Parameter 'today' is never used
Warning:(49, 14) Kotlin: Parameter 'today' is never used
/home/martynas/sandbox/workshop-jb/src/ii_conventions/_12_ForLoop.kt
Error:(24, 24) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(24, 33) Kotlin: Expecting parameter name
Error:(24, 20) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Warning:(27, 26) Kotlin: Parameter 'firstDate' is never used
Warning:(27, 45) Kotlin: Parameter 'secondDate' is never used
Warning:(27, 65) Kotlin: Parameter 'handler' is never used
/home/martynas/sandbox/workshop-jb/src/ii_conventions/MyDate.kt
Error:(6, 8) Kotlin: Expecting an enum entry or member declaration
Error:(7, 9) Kotlin: Expecting an enum entry or member declaration
/home/martynas/sandbox/workshop-jb/src/ii_conventions/_14_InRange.kt
Error:(5, 24) Kotlin: Expecting a top level declaration
Error:(7, 1) Kotlin: Expecting a top level declaration
Error:(35, 25) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(35, 38) Kotlin: Expecting parameter name
Error:(6, 5) Kotlin: Function 'contains' must have a body
Error:(6, 27) Kotlin: Unresolved reference: E
Error:(9, 29) Kotlin: Unresolved reference: Container
Error:(35, 20) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Warning:(38, 18) Kotlin: Parameter 'date' is never used
Warning:(38, 32) Kotlin: Parameter 'first' is never used
Warning:(38, 47) Kotlin: Parameter 'last' is never used
/home/martynas/sandbox/workshop-jb/src/ii_conventions/_17_Invoke_.kt
Error:(5, 14) Kotlin: Expecting a top level declaration
Error:(7, 1) Kotlin: Expecting a top level declaration
Error:(41, 29) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(41, 41) Kotlin: Expecting parameter name
Error:(6, 5) Kotlin: Function 'invoke' must have a body
Error:(10, 34) Kotlin: Unresolved reference: My
Error:(41, 20) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Warning:(43, 12) Kotlin: Parameter 'invokable' is never used
/home/martynas/sandbox/workshop-jb/src/ii_conventions/_13_RangeTo.kt
Error:(20, 24) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(20, 33) Kotlin: Expecting parameter name
Error:(20, 20) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Warning:(23, 27) Kotlin: Parameter 'firstDate' is never used
Warning:(23, 46) Kotlin: Parameter 'secondDate' is never used
Warning:(23, 66) Kotlin: Parameter 'handler' is never used
/home/martynas/sandbox/workshop-jb/src/iii_properties/_21_DelegatesHowItWorks.kt
Error:(18, 24) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(18, 33) Kotlin: Expecting parameter name
Error:(18, 20) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
/home/martynas/sandbox/workshop-jb/src/i_introduction/_9_Extensions_On_Collections/ExtensionsOnCollections.kt
Error:(51, 21) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(51, 42) Kotlin: Expecting parameter name
Error:(51, 20) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Warning:(57, 9) Kotlin: Variable 'maximumSizeOfGroup' is never used
/home/martynas/sandbox/workshop-jb/src/i_introduction/_5_Nullable_Types/NullableTypes.kt
Error:(73, 18) Kotlin: Expecting a top level declaration
Error:(75, 1) Kotlin: Expecting a top level declaration
Warning:(7, 9) Kotlin: Variable 's' is never used
Warning:(8, 9) Kotlin: Variable 'q' is never used
Warning:(10, 28) Kotlin: Parameter 'i' is never used
Error:(55, 58) Kotlin: Unresolved reference: Mailer
Error:(65, 52) Kotlin: Unresolved reference: Mailer
Error:(74, 5) Kotlin: Function 'sendMessage' must have a body
/home/martynas/sandbox/workshop-jb/src/i_introduction/_2_Default_And_Named_Params/DefaultAndNamedParamsUsage.kt
Error:(12, 30) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(12, 48) Kotlin: Expecting parameter name
Error:(12, 20) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Warning:(14, 13) Kotlin: Parameter 'collection' is never used
Warning:(16, 5) Kotlin: Unreachable code
/home/martynas/sandbox/workshop-jb/src/i_introduction/_2_Default_And_Named_Params/DefaultAndNamedParams.kt
Error:(19, 24) Kotlin: To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
Error:(19, 33) Kotlin: Expecting parameter name
Warning:(6, 9) Kotlin: Parameter 'i' is never used
Warning:(6, 17) Kotlin: Parameter 's' is never used
Warning:(6, 33) Kotlin: Parameter 'b' is never used
Error:(19, 20) Kotlin: Cannot infer a type for this parameter. To specify it explicitly use the {(p : Type) -> ...} notation
Warning:(21, 9) Kotlin: Parameter 'name' is never used
/home/martynas/sandbox/workshop-jb/src/i_introduction/_3_Lambdas/Lambdas.kt
Error:(8, 23) Kotlin: Unexpected tokens (use ';' to separate expressions on the same line)
Error:(8, 17) Kotlin: Unresolved reference: x
Warning:(10, 9) Kotlin: Variable 'three' is never used
Error:(10, 21) Kotlin: Too many arguments for public abstract fun invoke(): kotlin.Int defined in kotlin.Function0
Error:(10, 24) Kotlin: Too many arguments for public abstract fun invoke(): kotlin.Int defined in kotlin.Function0
Error:(20, 29) Kotlin: Type mismatch: inferred type is () -> kotlin.Int but (kotlin.Int, kotlin.Int) -> kotlin.Int was expected
/home/martynas/sandbox/workshop-jb/src/util/questions/Question.kt
Error:(4, 6) Kotlin: Expecting an enum entry or member declaration
Error:(4, 9) Kotlin: Expecting an enum entry or member declaration
/home/martynas/sandbox/workshop-jb/src/i_introduction/_10_Object_Expressions/ObjectExpressions.kt
Warning:(17, 9) Kotlin: Variable 'foo' is never used
Warning:(42, 9) Kotlin: Variable 'mouseClicks' is never used
Warning:(43, 16) Kotlin: Unreachable code
Warning:(44, 5) Kotlin: Unreachable code
/home/martynas/sandbox/workshop-jb/src/i_introduction/_6_Smart_Casts/SmartCasts.kt
Warning:(11, 19) Kotlin: No cast needed. You can use ':' if you need a cast to a super type
/home/martynas/sandbox/workshop-jb/src/ii_conventions/_16_MultiAssignment.kt
Warning:(6, 10) Kotlin: Variable 'first' is never used
Warning:(6, 17) Kotlin: Variable 'second' is never used
Warning:(16, 14) Kotlin: Variable 'i' is never used
Warning:(16, 17) Kotlin: Variable 's' is never used
Warning:(21, 13) Kotlin: Variable 'i' is never used
Warning:(22, 13) Kotlin: Variable 's' is never used
Warning:(40, 17) Kotlin: Variable 'i' is never used
Warning:(41, 17) Kotlin: Variable 's' is never used
Warning:(52, 10) Kotlin: Variable 'year' is never used
Warning:(52, 16) Kotlin: Variable 'month' is never used
Warning:(52, 23) Kotlin: Variable 'dayOfMonth' is never used
/home/martynas/sandbox/workshop-jb/src/iii_properties/_18_Properties_.kt
Warning:(8, 9) Kotlin: Variable 'i' is never used
Warning:(13, 9) Kotlin: Variable 'j' is assigned but never accessed
Warning:(14, 9) Kotlin: The value '1765' assigned to 'var j: kotlin.Int defined in iii_properties.localVariables' is never used
/home/martynas/sandbox/workshop-jb/src/iv_builders/_22_ExtensionFunctionLiterals.kt
Warning:(27, 9) Kotlin: Variable 'lastChar2' is never used
/home/martynas/sandbox/workshop-jb/src/iv_builders/_25_HtmlBuilders.kt
Warning:(34, 17) Kotlin: Variable 'products' is never used
/home/martynas/sandbox/workshop-jb/src/iv_builders/_26_BuildersHowItWorks.kt
Warning:(27, 16) Kotlin: Unreachable code
/home/martynas/sandbox/workshop-jb/src/syntax/casts.kt
Warning:(5, 13) Kotlin: Variable 's' is never used
Warning:(5, 19) Kotlin: No cast needed. You can use ':' if you need a cast to a super type
Warning:(14, 9) Kotlin: Variable 'i' is never used
/home/martynas/sandbox/workshop-jb/src/syntax/ifWhenExpressions.kt
Warning:(4, 9) Kotlin: Variable 'max1' is never used
Warning:(6, 9) Kotlin: Variable 'max2' is never used
Warning:(17, 9) Kotlin: Variable 'result' is never used
Warning:(27, 18) Kotlin: The expression is unused
Warning:(28, 21) Kotlin: The expression is unused
Warning:(29, 23) Kotlin: The expression is unused
Warning:(30, 17) Kotlin: The expression is unused
Warning:(36, 20) Kotlin: The expression is unused
Warning:(37, 23) Kotlin: The expression is unused
Warning:(38, 17) Kotlin: The expression is unused
/home/martynas/sandbox/workshop-jb/src/syntax/javaCollections.kt
Warning:(6, 20) Kotlin: Parameter 'set' is never used
/home/martynas/sandbox/workshop-jb/src/syntax/numberConstants.kt
Warning:(4, 9) Kotlin: Variable 'float' is never used
Warning:(5, 9) Kotlin: Variable 'long' is never used
Warning:(6, 9) Kotlin: Variable 'char' is never used
/home/martynas/sandbox/workshop-jb/src/syntax/tryExpression.kt
Warning:(17, 9) Kotlin: Variable 'result' is never used
/home/martynas/sandbox/workshop-jb/src/syntax/varargsAndArrays.kt
Warning:(10, 9) Kotlin: Variable 'asc' is never used
Error:(12, 17) Kotlin: Unresolved reference: arrayOf
Error:(21, 18) Kotlin: Assignment operators ambiguity: 
internal open fun <ERROR FUNCTION>(): [ERROR : <ERROR FUNCTION RETURN TYPE>] defined in root package
internal open fun <ERROR FUNCTION>(): [ERROR : <ERROR FUNCTION RETURN TYPE>] defined in root package
Warning:(33, 9) Kotlin: Variable 'intArray' is never used
Error:(33, 30) Kotlin: Unresolved reference: intArrayOf
/home/martynas/sandbox/workshop-jb/src/v_collections/A_Introduction_.kt
Warning:(16, 20) Kotlin: Parameter 'set' is never used
/home/martynas/sandbox/workshop-jb/src/v_collections/B_FilterMap.kt
Warning:(6, 9) Kotlin: Variable 'positiveNumbers' is never used
Warning:(8, 9) Kotlin: Variable 'squares' is never used
Warning:(16, 27) Kotlin: Parameter 'city' is never used
/home/martynas/sandbox/workshop-jb/src/v_collections/C_AllAnyAndOtherPredicates.kt
Warning:(7, 9) Kotlin: Variable 'hasZero' is never used
Warning:(9, 9) Kotlin: Variable 'allZeros' is never used
Warning:(11, 9) Kotlin: Variable 'numberOfZeros' is never used
Warning:(13, 9) Kotlin: Variable 'firstPositiveNumber' is never used
Warning:(16, 21) Kotlin: Parameter 'city' is never used
Warning:(21, 35) Kotlin: Parameter 'city' is never used
Warning:(26, 26) Kotlin: Parameter 'city' is never used
Warning:(31, 29) Kotlin: Parameter 'city' is never used
Warning:(36, 30) Kotlin: Parameter 'city' is never used
/home/martynas/sandbox/workshop-jb/src/v_collections/E_MaxMin.kt
Warning:(4, 9) Kotlin: Variable 'max' is never used
Warning:(5, 9) Kotlin: Variable 'longestString' is never used
/home/martynas/sandbox/workshop-jb/src/v_collections/G_Sum_.kt
Warning:(4, 9) Kotlin: Variable 'sum' is never used
/home/martynas/sandbox/workshop-jb/src/v_collections/K_CompoundTasks.kt
Warning:(3, 40) Kotlin: Parameter 'product' is never used
Warning:(14, 44) Kotlin: Parameter 'product' is never used
/home/martynas/sandbox/workshop-jb/src/vi_generics/_27_ErasedGenerics.kt
Warning:(46, 16) Kotlin: Unreachable code
mjurkus commented 9 years ago

Old plugin version.

baob commented 7 years ago

Which plugin please ? I have similar problems

mjurkus commented 7 years ago

Oh... One that was released in July of 2015 :)