Skip to content

komu/kotlin-1.1.3-noarg-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-1.1.3-noarg-bug

Reproducible test case for for KT-18649.

Running

Try to compile the code with:

./gradlew clean build

This fails with error:

Error:Kotlin: [Internal Error] org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Don't know how to generate outer expression for class Foo
Cause: Don't know how to generate outer expression for class Foo

Changes

Modify build.gradle to either:

  • change kotlinVersio to 1.1.2-2
  • comment out kotlin-jpa

Both changes will cause the build to succeed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages