Skip to content

Commit

Permalink
Merge pull request #54 from janbina/innerclassgeneric
Browse files Browse the repository at this point in the history
Problem with inner class and generics when using kapt
  • Loading branch information
vRallev authored Sep 24, 2018
2 parents 3624d09 + eac8d17 commit bf14198
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.evernote.android.state.test;

import com.evernote.android.state.State;

public class TestInnerClassGeneric<P> {

public class Inner {
@State int field;
}
}

0 comments on commit bf14198

Please sign in to comment.